Author Topic: MD error  (Read 2170 times)

0 Members and 1 Guest are viewing this topic.

Offline shyoun

  • Heavy QuantumATK user
  • ***
  • Posts: 25
  • Country: kr
  • Reputation: 0
    • View Profile
MD error
« on: June 23, 2021, 04:29 »
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.

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5394
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
Re: MD error
« Reply #1 on: June 25, 2021, 09:03 »
I looks like the force and then the velocities of the atoms became ill defined, probably because the atoms ended up too close to each other. Some potentials cannot handle when atoms have high energy/temperature/velocity and does not reject them well enough when they come close. See if you can run with lower initial velocities, or at lower temperature. Also, try first to run the ReaxFF model on a more static problem to test it and see that it behaves correctly.

Offline shyoun

  • Heavy QuantumATK user
  • ***
  • Posts: 25
  • Country: kr
  • Reputation: 0
    • View Profile
Re: MD error
« Reply #2 on: June 29, 2021, 03:52 »
Thank you for your advice.

I tested it in low temperature. Unfortunately, I found that simulation with 10K(and also 1K) results in the same error.
The speed of atoms does not exceed 0.01 Angstrom/fs just before an error occurs.
Is this just a matter of potential parameter?
There are several combinations that is not among torsion term in the potential parameter. Is this the cause?

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5394
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
Re: MD error
« Reply #3 on: June 29, 2021, 04:05 »
Hard to say but yes it's likely to be an issue with the parameters. Was this a published ReaxFF potential, or something you made yourself?

Perhaps you want to try your hand at using our Moment Tensor Potentials instead - you can see some details about this in the release webinar linked above

Offline shyoun

  • Heavy QuantumATK user
  • ***
  • Posts: 25
  • Country: kr
  • Reputation: 0
    • View Profile
Re: MD error
« Reply #4 on: June 29, 2021, 04:17 »
Thank you for your answer.

I made potential by referring to the parameters of several papers.
And the 'webinar' means the webinar held on 2021/6/22?
I haven't heard it yet, but I'm glad it's related to my problem.

Thank you so much. I'll listen to the webinar and try it.

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5394
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
Re: MD error
« Reply #5 on: June 29, 2021, 07:45 »
To start with, yes, but we are also planning a dedicated MTP webinar in August

Offline shyoun

  • Heavy QuantumATK user
  • ***
  • Posts: 25
  • Country: kr
  • Reputation: 0
    • View Profile
Re: MD error
« Reply #6 on: July 1, 2021, 06:15 »
Thank you! I will take it, too :)