Skip to content

Commit 1717c34

Browse files
committed
more fdiff
1 parent 980a3c2 commit 1717c34

File tree

2 files changed

+491
-13
lines changed

2 files changed

+491
-13
lines changed

adcc/testdata/dump_fdiff_gradient.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,14 @@ def main():
102102
}
103103
basissets = [
104104
"sto3g",
105-
"ccpvdz"
105+
"ccpvdz",
106106
]
107107
methods = [
108108
"mp2",
109109
"adc1",
110110
"adc2",
111111
]
112-
molecules = ["h2o"]
112+
molecules = ["h2o", "hf", "formaldehyde"]
113113
ret = {}
114114
for molecule in molecules:
115115
ret[molecule] = {}

0 commit comments

Comments
 (0)