From 90c3061d72037bb98cbfa807ee95876ff4d679ff Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Tue, 17 Mar 2026 21:33:32 +1300 Subject: [PATCH] Fix typo --- pyfock/Basis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfock/Basis.py b/pyfock/Basis.py index 0bbadf6..69c7eb0 100644 --- a/pyfock/Basis.py +++ b/pyfock/Basis.py @@ -440,7 +440,7 @@ def normalizationFactorContraction(self, alphas, coeffs, norms, l, m, n, lm): return factor - def readBasisSetFromFile(key, filename): + def readBasisSetFromFile(self, key, filename): """ Read the basis set block corresponding to a particular atom from a TURBOMOLE format file.