HyQD / coupled-cluster

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

Test for correct system type #60

Open Schoyen opened 3 years ago

Schoyen commented 3 years ago

To avoid potential errors where a user tries to call a CC-class with the wrong system type, e.g., trying to run CCSD with a SpatialOrbitalSystem, we should test the system type in the constructor of the CC-classes.