Hello,
I calculated a simulation of deposition of GeH4 on MoS2 with a ReaxFF potential parameter that I made.
And as soon as GeH4 got closer to MoS2, all of atom's information was deleted.
This is part of the structure information.
# Define elements
elements = [Sulfur, Sulfur, Sulfur, Sulfur, Sulfur, Sulfur, Sulfur, Sulfur,
Sulfur, Sulfur, Sulfur, Sulfur, Sulfur, Sulfur, Sulfur, Sulfur,
Sulfur, Sulfur, Sulfur, Sulfur, Sulfur, Sulfur, Sulfur, Sulfur,
Sulfur, Sulfur, Sulfur, Sulfur, Sulfur, Sulfur, Sulfur, Sulfur, .... Hydrogen, Hydrogen]
# Define coordinates
fractional_coordinates = [[ nan, nan, nan],
[ nan, nan, nan],
[ nan, nan, nan],
[ nan, nan, nan], .... [ nan, nan, nan]]
# Define velocities
velocities = [[ nan, nan, nan],
[ nan, nan, nan],
[ nan, nan, nan], .... [ nan, nan, nan]]*Angstrom/fs
Is there any known cause of this kind of error? I wonder why this error is happening.
I'll put up the code and potential information together, just in case it helps.