Replies: 1 comment 1 reply
-
LAMMPS always uses double precision that is hardcoded in the LAMMPS code. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I hope you are doing well. Forgive me for this question, as I know it has been asked before. I'm seeing a problem that I don't understand.
To use LAMMPS in single precision, the general strategy is to change the export LAMMPS_PLUGIN_PATH to something like:
/some/workspace/deepmd/source/lib/deepmd_lmp_low
However, this doesn't work for me. Still, I see the use of double preicison in all situations.
I built the C++ of DeePMD, and build LAMMPS with built-in mode using the exact procedure specified in the manual.
If it's not too much trouble, could you please help me with this? Thank you very much.
Beta Was this translation helpful? Give feedback.
All reactions