Skip to content

Commit

Permalink
update mlp training default template
Browse files Browse the repository at this point in the history
  • Loading branch information
link89 committed Nov 16, 2023
1 parent 5f628cc commit 97d337d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ai2_kit/feat/catalysis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def gen_lammps_input(self, out_dir='./out', **kwargs):
'nsteps': 20000,
'stepsize': 0.0005,
'temp': 330,
'sample_freq': 100,
'sample_freq': 10,
'pres': -1,
'tau_t': 0.1,
'tau_p': 0.5,
Expand Down
2 changes: 1 addition & 1 deletion ai2_kit/res/catalysis/mlp-training.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ workflow:
lammps:
nsteps: 1000
timestep: 0.0005
sample_freq: 100
sample_freq: 10
ensemble: nvt
# Specific the artifacts to be used as initial structure here.
system_files: $explore_data
Expand Down

0 comments on commit 97d337d

Please sign in to comment.