Skip to content

Commit

Permalink
Updates comments
Browse files Browse the repository at this point in the history
  • Loading branch information
basilib authored Apr 12, 2024
1 parent 78ae86f commit 5927da9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/ewdmet/65-callback-solver-dyson.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@

# User defined FCI solver - takes pyscf mf as input and returns RDMs
# The mf argment contains the hamiltonain in the orthonormal cluster basis
# Pyscf or other solvers may be used to solve the cluster problem and may return RDMs, CIID amplitudes or CCSD amplitudes
# Pyscf or other solvers may be used to solve the cluster problem and may return RDMs, CISD amplitudes or CCSD amplitudes
# Green's function moments are also supported, and in are calculated via Dyson in this example.
def solver(mf):
fci_1h = FCI["1h"](mf)
fci_1p = FCI["1p"](mf)
Expand Down

0 comments on commit 5927da9

Please sign in to comment.