Skip to content

Commit 40407e6

Browse files
authored
Update 65-callback-solver-dyson.py
1 parent 6ccf11a commit 40407e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ewdmet/65-callback-solver-dyson.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# User defined FCI solver - takes pyscf mf as input and returns RDMs
1313
# The mf argment contains the hamiltonain in the orthonormal cluster basis
1414
# Pyscf or other solvers may be used to solve the cluster problem and may return RDMs, CISD amplitudes or CCSD amplitudes
15-
# Green's function moments are also supported, and in are calculated via Dyson in this example.
15+
# Returning the cluster Green's function moments is also supported. They are calculated with Dyson in this example.
1616
def solver(mf):
1717
fci_1h = FCI["1h"](mf)
1818
fci_1p = FCI["1p"](mf)

0 commit comments

Comments
 (0)