Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lammps template for MD+MC #1149

Open
wants to merge 2 commits into
base: devel
Choose a base branch
from
Open

Conversation

wujing81
Copy link

@wujing81 wujing81 commented Mar 9, 2023

Lammps template for MD+MC

@wanghan-iapcm wanghan-iapcm requested a review from Vibsteamer March 9, 2023 03:01
Copy link
Collaborator

@Vibsteamer Vibsteamer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The attatched param.json together with the template now dump-and-check in one loop_step:

  1. 50 MC snapshots from the last MD_snapshot in the last loop, many of them are repeated images as being not accepted by Metroplis criterion.
  2. then, 100 MD snapshots from the last accepted MC_snapshot.

the sampling weights (then candidates and labelds) on physical structures could be correspondingly biased,

Please make sure this is of your expectation.


# read in the potentia
pair_style deepmd ../graph.001.pb ../graph.000.pb ../graph.003.pb ../graph.002.pb out_freq ${THERMO_FREQ} out_file model_devi.out
pair_coeff
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pair_coeff
--> pair coeff * *

to be compatible with the latest version of lammps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants