HyQD / coupled-cluster

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

Strange error in CCSD doubles amplitudes #2

Closed Schoyen closed 5 years ago

Schoyen commented 5 years ago

There is a small error when comparing the generated doubles amplitudes from the original CCSD code using the Gauss Stanton intermediates and the amplitudes written by @gregwinther. See these lines for the tests being run. All tests, but the last, pass when running:

py.test tests/test_ccsd.py

gregwinther commented 5 years ago

I will try to finish L_2 equations first, then look into it :)