isayevlab / AIMNet2

75 stars 22 forks source link

Periodic Systems #9

Closed PythonFZ closed 2 weeks ago

PythonFZ commented 10 months ago

First of all, this is a great model and I'm enjoying playing around with it. I set up various different systems and it was able to run a geometry optimization for all of them. Furthermore, I ran an MD simulation and e.g., in a Box of sulfuric acid and water I could see a proton transfer h2so4_water

I used the ASECalculator to run the MD simulations. The unwrapped simulation looks good, but when wrapping the particles back into the Box, some particles are too close together. Here is an example for a system of water. image

Is there a certain key that has to be set for periodic systems / are periodic systems possible?

zubatyuk commented 10 months ago

Hi. At present, PBCs are not supported. The calculator just ignores PBC flag. Therefore after wrapping atoms into the cell, you see overlaps. PBC-enabled implementation is on the way, expect an update within one or few weeks.

mamo248 commented 7 months ago

Are there any updates with respect to the PBC-enabled implementation? I love AIMnet2 so far, would really like to test it in MD simulations with bigger systems.