We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ccf11a commit 40407e6Copy full SHA for 40407e6
examples/ewdmet/65-callback-solver-dyson.py
@@ -12,7 +12,7 @@
12
# User defined FCI solver - takes pyscf mf as input and returns RDMs
13
# The mf argment contains the hamiltonain in the orthonormal cluster basis
14
# 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.
+# Returning the cluster Green's function moments is also supported. They are calculated with Dyson in this example.
16
def solver(mf):
17
fci_1h = FCI["1h"](mf)
18
fci_1p = FCI["1p"](mf)
0 commit comments