You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't looked into it too much, but I get a signal (can't remember if it was a segfault) when I try to let a module implicitly convert say T0 = Chemist::braket::BraKet(aos, t_e, aos) into T1 = Chemist::braket::BraKet(aos, op_base_type, aos) when calling a module satisfying the PT EvaluateBraKet<T1>. I think it's from PluginPlay taking a reference to the implicitly created T1 object. AFAIK BraKet is working correctly, the problem is in PluginPlay
The text was updated successfully, but these errors were encountered:
I haven't looked into it too much, but I get a signal (can't remember if it was a segfault) when I try to let a module implicitly convert say
T0 = Chemist::braket::BraKet(aos, t_e, aos)
intoT1 = Chemist::braket::BraKet(aos, op_base_type, aos)
when calling a module satisfying the PTEvaluateBraKet<T1>
. I think it's from PluginPlay taking a reference to the implicitly created T1 object. AFAIK BraKet is working correctly, the problem is in PluginPlayThe text was updated successfully, but these errors were encountered: