bytedance / bamboo

BAMBOO (Bytedance AI Molecular BOOster) is an AI-driven machine learning force field tailored for accurate and practical electrolyte simulations.
GNU General Public License v2.0
19 stars 4 forks source link

Running custom simulation system using BAMBOO #2

Open qiangw001 opened 1 week ago

qiangw001 commented 1 week ago

Hello, I've been trying to simulate custom liquid systems using BAMBOO. After installation, the demo system runs well with the provided demo data in benchmark subdirectory. I'm wondering whether BAMBOO supports building custom simulation systems, such as those created using the "packmol" tool, the current problem is that the input data for BAMBOO-lammps simulation (i.e. \benchmark\in.data) has a field of 'charge' which cannot be simply filled by packmol, it would be great if some tools or instructions can be provided to help running custom systems using BAMBOO. b.t.w. You have done a great job. congratulations!

muzhenliang commented 4 days ago

We employ a straightforward method to prepare initial files for BAMBOO. Considering that BAMBOO is slower than traditional force fields like OPLS-AA, one can first generate an initial structure with a traditional force field and then perform a short simulation. Utilizing built-in LAMMPS features such as write_data allows for exporting readable structures for machine learning simulations.