From 91ca70d713294c2dbe3f94de31c4c92b26403f46 Mon Sep 17 00:00:00 2001 From: alexfleury-sb <76115575+alexfleury-sb@users.noreply.github.com> Date: Wed, 31 Jul 2024 14:42:03 -0400 Subject: [PATCH] Typos. --- .../molecular_computation/integral_solver_fcidump.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()