Skip to content

Commit

Permalink
Typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfleury-sb committed Jul 31, 2024
1 parent 9b7265c commit 91ca70d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ def compute_mean_field(self, sqmol):
sqmol.mean_field = self.tools.fcidump.to_scf(self.fcidump_file)
sqmol.mean_field.verbose = 0

# Setting max_cycle=0 lets the mean_field update itself with the
# current guess, i.e. the ones found in the FCIDUMP file.
# Setting max_cycle=0 lets the mean_field updates itself with the
# current guess, i.e. the one found in the FCIDUMP file.
sqmol.mean_field.max_cycle = 0
sqmol.mean_field.kernel()

Expand Down

0 comments on commit 91ca70d

Please sign in to comment.