-
Notifications
You must be signed in to change notification settings - Fork 15
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
Automatic triclinic boxes in LAMMPS? #38
Comments
Some notes so that the complications are not forgotten, I will have to dig deeper later:
Tread carefully here. |
@jan-janssen I don't believe this is code smell.
This sounds like a bug |
As far as I see this was addressed by yourself in pyiron/pyiron#1083 so we can close this issue. If this is not fixed feel free to open the issue again. |
This has nothing to do with pyiron/pyiron#1083, this bug still exists. If you look at the files in my second comment, they have not been touched by the referenced PR. There is currently a database problem on the cluster, so I cannot test it, but would you please run the provided minimal example in the original comment before assuming this is fixed? |
What about?
|
I think you are misunderstanding the bug. What you posted might well work, but is completely irrelevant because it doesn't change the shear of the box (if I remember correctly). What about:
(Please also note the crucial part that the input structure has to be orthogonal with zero shear components! If the input box is already "triclinic", as it is called in LAMMPS, then this should works.) |
So you mean communicating the |
I'll take care of this one. |
When I run a LAMMPS simulation with a barostat and I also apply a barostat to shear components, the simulation can fail when the input simulation cell is orthogonal:
The reason is that LAMMPS needs to be told if shear of a box is allowed. The command is
change_box all triclinic
. Shouldn't this command be added automatically when applying a barostat with shear components?The text was updated successfully, but these errors were encountered: