From 8b0e6c803edf80ddb2d093992fee52cd2c11e707 Mon Sep 17 00:00:00 2001 From: Michele Nottoli <michele.nottoli@gmail.com> Date: Tue, 24 Oct 2023 13:19:50 +0200 Subject: [PATCH] New default for nsteps. --- grext/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grext/main.py b/grext/main.py index c9aeb9d..397bb69 100644 --- a/grext/main.py +++ b/grext/main.py @@ -17,7 +17,7 @@ class Extrapolator: value of 10.""" def __init__(self, nelectrons: int, nbasis: int, natoms: int, - nsteps: int = 10, **kwargs): + nsteps: int = 6, **kwargs): self.nelectrons = nelectrons self.nbasis = nbasis -- GitLab