HyQD / coupled-cluster

Upstream coupled cluster code
MIT License
3 stars 3 forks source link

Remove matrix elements from time dependent solvers #36

Open halvarsu opened 4 years ago

halvarsu commented 4 years ago

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.