HyQD / coupled-cluster

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

Compute reference energy in system #34

Open Schoyen opened 4 years ago

Schoyen commented 4 years ago

Instead of using a new implementation of compute_reference_energy in cc_helper.py we should use the functionality from quantum-systems. However, note that we need to pass in the time-dependent one- and two-body matrix elements to the reference energy. https://github.com/Schoyen/coupled-cluster/blob/75695e577ccc1df570fa666283edf2c6dc5b50ed/coupled_cluster/cc_helper.py#L252-L276