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
To let scipy do the integration work in time we want the TDCCXX-classes to behave like functions, with minimal internal state. To continue the refactoring work after #35, @Schoyen and I propose to remove the internal storage of matrix elements and instead let update_hamiltonian return the relevant matrix elements needed.
The text was updated successfully, but these errors were encountered:
To let
scipy
do the integration work in time we want theTDCCXX
-classes to behave like functions, with minimal internal state. To continue the refactoring work after #35, @Schoyen and I propose to remove the internal storage of matrix elements and instead letupdate_hamiltonian
return the relevant matrix elements needed.The text was updated successfully, but these errors were encountered: