10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-22 13:12:16 +02:00

corrected problem in cas_s_selected because of the connected_to_ref_by_mono

This commit is contained in:
Emmanuel Giner 2016-02-17 17:18:48 +01:00
parent bc6c26fb73
commit 286ca3b61c

View File

@ -20,18 +20,22 @@ print s
s = H_apply("CAS_S",do_double_exc=False) s = H_apply("CAS_S",do_double_exc=False)
s.unset_double_excitations()
print s print s
s = H_apply("CAS_S_selected_no_skip",do_double_exc=False) s = H_apply("CAS_S_selected_no_skip",do_double_exc=False)
s.unset_double_excitations()
s.set_selection_pt2("epstein_nesbet_2x2") s.set_selection_pt2("epstein_nesbet_2x2")
s.unset_skip() s.unset_skip()
print s print s
s = H_apply("CAS_S_selected",do_double_exc=False) s = H_apply("CAS_S_selected",do_double_exc=False)
s.unset_double_excitations()
s.set_selection_pt2("epstein_nesbet_2x2") s.set_selection_pt2("epstein_nesbet_2x2")
print s print s
s = H_apply("CAS_S_PT2",do_double_exc=False) s = H_apply("CAS_S_PT2",do_double_exc=False)
s.unset_double_excitations()
s.set_perturbation("epstein_nesbet_2x2") s.set_perturbation("epstein_nesbet_2x2")
print s print s