Is there a way to create a geometry in Materials Studio, save as LAMMPS input file and then read it through LAMMPS for further analysis. Any related stuff, suggestion would be highly appreciated.
First you need to clear what do you mean by input file? In lammps usually input files are considered as the lammps code *.in file which will control the simulation and you have write this by yourself if you are out of some paid software, but the topological files are known as *.data file ( which is also consider as input file)
Here I am assuming that you mean data file, To create lammps data file through MS have plenty of limitations, I should appreciate you to use MS, Packmol and moltamplete to build a convenient lammps system which will also help you to writing lammps *.in file. Please go thorough the lammps documentation it will be helpful for you.
In another way you can use VMD which is also very convenient for building data files for lammps.
Hello Khan, Thank you for comments. You are right, I mean the data file. What I want to do is making some layered structures in Materials studio and then reading the same file through lammps. I am new to both software. I will give a try to the other software too.
You can use the command read_data in your lammps input script. This command allows you to read your atom-structure definition from a data file that you can use externally. This also can be obtained from Materials Studio simulations. The file.car can be used for this end and is common (can be read) for both lammps and MS!
This is pretty easy job you van done by using MS and VMD. First make your structure by MS ( You can check MS library which has a lot of build in structures ). Then save the file as a pdb format. Then open this pdb file in VMD and make data file for lammps through VMD. Then use read_data comments in your lammps input script.