Skip to content

Commit

Permalink
fixed build_hessian.py in example jobs to be consistent with most rec…
Browse files Browse the repository at this point in the history
…ent tcpb
  • Loading branch information
Ben Levine committed May 8, 2018
1 parent f190ca3 commit ef92445
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions examples/ethylene_fomocasci/build_hessian.py
Expand Up @@ -40,12 +40,14 @@
"precision": "double",
"threall": 1.0e-20,

"casscf": "yes",
"casci": "yes",
"fon": "yes",
"closed": 7,
"active": 2,
"cassinglets": 2,
"castargetmult": 1,
"cas_energy_labels": [(0, 1), (1, 1)]
"cas_energy_states": [0, 1],
"cas_energy_mults": [1, 1],
}

# build a dictionary containing all options
Expand Down
3 changes: 2 additions & 1 deletion examples/ethylene_sacasscf/build_hessian.py
Expand Up @@ -45,7 +45,8 @@
"active": 2,
"cassinglets": 2,
"castargetmult": 1,
"cas_energy_labels": [(0, 1), (1, 1)]
"cas_energy_states": [0, 1],
"cas_energy_mults": [1, 1],
}

# build a dictionary containing all options
Expand Down

0 comments on commit ef92445

Please sign in to comment.