mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-12-22 03:23:29 +01:00
tests cisd w frozen core
This commit is contained in:
parent
1c5db564b2
commit
f5dc20a29f
@ -10,6 +10,8 @@ function run() {
|
|||||||
qp set determinants n_states 2
|
qp set determinants n_states 2
|
||||||
qp set davidson threshold_davidson 1.e-12
|
qp set davidson threshold_davidson 1.e-12
|
||||||
qp set davidson n_states_diag 24
|
qp set davidson n_states_diag 24
|
||||||
|
qp run cis
|
||||||
|
qp set_frozen_core
|
||||||
qp run cisd
|
qp run cisd
|
||||||
energy1="$(qp get cisd energy | tr '[]' ' ' | cut -d ',' -f 1)"
|
energy1="$(qp get cisd energy | tr '[]' ' ' | cut -d ',' -f 1)"
|
||||||
energy2="$(qp get cisd energy | tr '[]' ' ' | cut -d ',' -f 2)"
|
energy2="$(qp get cisd energy | tr '[]' ' ' | cut -d ',' -f 2)"
|
||||||
|
Loading…
Reference in New Issue
Block a user