-
Notifications
You must be signed in to change notification settings - Fork 0
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
SOF-7194: preliminary deepmd support on the web platform #110
Conversation
5c3b1ab
to
a177333
Compare
d063bc2
to
40b9406
Compare
assets/deepmd/system.lmp
Outdated
@@ -0,0 +1,202 @@ | |||
# LAMMPS data |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's add a converter (maybe with dpData) script instead of "hardcoding" the material here
61fefdb
to
6aa7bd1
Compare
+ rename executables dp_prepare -> python, dp_lmp -> lmp etc
6aa7bd1
to
762b497
Compare
executables/deepmd/lmp.yml
Outdated
- standard_output | ||
results: [] | ||
flavors: | ||
lammps: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lmp_md
executables/deepmd/python.yml
Outdated
qe_cp_to_deepmd: | ||
isDefault: true | ||
input: | ||
- name: qe_cp_to_deepmd.py |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
espresso_cp_to_deepmd
executables/deepmd/python.yml
Outdated
applicationName: deepmd | ||
executableName: python | ||
|
||
qe_to_lmp_structure: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
espresso_to_lmp_structure
f4e9b85
to
5373764
Compare
No description provided.