-
Notifications
You must be signed in to change notification settings - Fork 13
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
lmp command error #16
Comments
Hi Steven,It looks like you haven't done the patching step (or something went wrong in the middle of it), and the NequIP pair style hasn't been added to lammps correctly.Try following the patching instructions in the README.Best wishes,Anders On Apr 1, 2022 18:13, steven60411 ***@***.***> wrote:
Hi! This is Steven
When I try to run lmp -in
it will show this error:
`LAMMPS (17 Feb 2022)
OMP_NUM_THREADS environment is not set. Defaulting to 1 thread. (src/comm.cpp:98)
using 1 OpenMP thread(s) per MPI task
units real
atom_style atomic
newton off
thermo 1
read_data water.lmp
Reading data file ...
triclinic box = (0 0 0) to (12.4447 12.4447 12.4447) with tilt (0 0 0)
1 by 1 by 1 MPI processor grid
reading atoms ...
192 atoms
read_data CPU = 0.006 seconds
pair_style nequip
ERROR: Unrecognized pair style 'nequip' (src/force.cpp:279)
Last command: pair_style nequip`
My pytorch version is 1.10.2
Can anyone help?
Thanks!
Sincerely,
Steven
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Thanks!
My input file is modified from the tutorial, only change the atom type for water:
And here is part of my data file (There are more H and O atoms below):
I've google for same situation as mine but nothing helps, and I've tried different methods for changing the data file and input file, but when I did this it will show the error like these: I'm new to lammps so maybe it's just a simple problem, but I just can't figure out which part to fix :( Sincerely, |
@anjohan
Also forgot to tell, I'm using the "release" branch of lammps, and my torch version is initially 1.9.1, I update it to 1.10.2 before I run the lmp command, would these be the potential factors? |
Hi! This is Steven
When I try to run
lmp -in water_minimize.in
it will show this error:
My pytorch version is 1.10.2
Can anyone help?
Thanks!
Sincerely,
Steven
The text was updated successfully, but these errors were encountered: