openqemist.tests.electronic_structure_solvers.ccsd_solver package¶
Submodules¶
openqemist.tests.electronic_structure_solvers.ccsd_solver.test_ccsd_solver module¶
-
class
openqemist.tests.electronic_structure_solvers.ccsd_solver.test_ccsd_solver.
CCSDSolverTest
(methodName='runTest')[source]¶ Bases:
unittest.case.TestCase
-
test_be_no_mf
()[source]¶ Test the CCSDSolver against result from reference implementation with mean field not calculated.
-
test_be_with_mf
()[source]¶ Test the CCSDSolver against result from reference implementation with mean field calculated and passed in.
-
test_get_rdm_without_simulate
()[source]¶ Test that the runtime error is raised when user calls get RDM without first running a simulation.
-