Skip to content

Commit

Permalink
Update on the the training workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Antonio Carlo Infante committed Dec 11, 2024
1 parent 1211f6a commit 80df3a0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions nanoqm/workflows/templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,16 @@ def generate_auxiliar_basis(
xc:
xc_functional pbe: {}
print:
pdos:
nlumo: -1
voronoi:
molecular_properties: ""
voronoi_radii: "covalent"
filename: =voronoi.txt
scf:
eps_scf: 1e-6
max_scf: 200
added_mos: 0
scf_guess: "restart"
IGNORE_CONVERGENCE_FAILURE: ""
ot:
minimizer: "DIIS"
n_diis: 7
Expand All @@ -155,6 +158,8 @@ def generate_auxiliar_basis(
xc_functional pbe: {}
scf:
eps_scf: 1e-1
IGNORE_CONVERGENCE_FAILURE: ""
max_scf: 1
scf_guess: "restart"
""", Loader=UniqueSafeLoader))

Expand Down

0 comments on commit 80df3a0

Please sign in to comment.