Skip to content

Commit

Permalink
more fdiff
Browse files Browse the repository at this point in the history
  • Loading branch information
maxscheurer committed Jun 3, 2021
1 parent 980a3c2 commit 1717c34
Show file tree
Hide file tree
Showing 2 changed files with 491 additions and 13 deletions.
4 changes: 2 additions & 2 deletions adcc/testdata/dump_fdiff_gradient.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,14 +102,14 @@ def main():
}
basissets = [
"sto3g",
"ccpvdz"
"ccpvdz",
]
methods = [
"mp2",
"adc1",
"adc2",
]
molecules = ["h2o"]
molecules = ["h2o", "hf", "formaldehyde"]
ret = {}
for molecule in molecules:
ret[molecule] = {}
Expand Down
Loading

0 comments on commit 1717c34

Please sign in to comment.