diff --git a/tangelo/toolboxes/molecular_computation/integral_solver_fcidump.py b/tangelo/toolboxes/molecular_computation/integral_solver_fcidump.py index 9164c896..ca0d58a8 100644 --- a/tangelo/toolboxes/molecular_computation/integral_solver_fcidump.py +++ b/tangelo/toolboxes/molecular_computation/integral_solver_fcidump.py @@ -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()