Skip to content

Sampa-USP/cassandra2lmp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cassandra2lmp

Simple code to convert a .xyz file to lammps topology. It basically guess the bonds and angles using cassadra. Bonds and angles with same atomic number are ignored (H-H or O-O are ignored, H-O-H works fine).

The current code pipeline is:

graph LR
A[.xyz with steps]  --> B[extract last .xyz] --> C[split to two .xyz's, water and silica] --> D[.xyz to .pdb] --> É[use utils/pdb2lmp.py to generate the topologies]
Loading

About

Code to convert .xyz to lammps topology

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published