Author Topic: periodic BC for molecular dynamics  (Read 2257 times)

0 Members and 1 Guest are viewing this topic.

Offline amitwsu

  • Regular QuantumATK user
  • **
  • Posts: 19
  • Country: us
  • Reputation: 0
    • View Profile
periodic BC for molecular dynamics
« on: July 22, 2016, 03:25 »
How do we apply periodic boundary condition in Molecular Dynamics calculation.  If applied, the atom leaving the box from one end should appear at the opposite end.  I see in my MD simulation that the atoms are leaving the box and stay outside the box.

Thanks
Amit

Offline Jess Wellendorff

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 933
  • Country: dk
  • Reputation: 29
    • View Profile
Re: periodic BC for molecular dynamics
« Reply #1 on: July 22, 2016, 08:11 »
You will probably need to use a BulkConfiguration for your system, not a MoleculeConfiguration. Do you use BulkConfiguration?

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5410
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
Re: periodic BC for molecular dynamics
« Reply #2 on: July 22, 2016, 08:45 »
If you see a box, it means the system is already a BulkConfiguration. In this case, periodic boundary conditions always apply and your calculation is correct even if the atoms appear to leave the cell; in the computation they are wrapped.

In the 2016 version of ATK, there is an option in the Movie Tool to automatically wrap the atoms inside the cell when looking at the movie, but from a physical perspective it's more correct that the atom leaves the cell, if you e.g. want to calculate the diffusion rate you need the actual distance traveled, without wrapping.

Please always state your version of ATK/VNL when asking these kinds of questions, as the behavior may be different in different versions.