Skip to content
Snippets Groups Projects
Commit 8b0e6c80 authored by Michele Nottoli's avatar Michele Nottoli
Browse files

New default for nsteps.

parent 8788b444
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment