-
Notifications
You must be signed in to change notification settings - Fork 26
Description
I do not know the pair format of lammps-atomistica input file. Could anyone tell me how to set up the in file of lammps with dftb potential?
I have tried hundreds of times of the pair_style and pair_coeff settings, but lammps tells me all of them were wrong.
for example, if I put the pbc-0-3 potential into /root/atomistica/src/notb (https://dftb.org/parameters/download) and changed the input of "https://github.com/Atomistica/atomistica/tree/master/examples/LAMMPS/liquid_silicon" into
pair_style atomistica TightBinding
pair_coeff * * /root/atomistica/src/notb/pbc-0-3/Si-Si.skf
or
pair_style atomistica TightBinding /root/atomistica/src/notb/pbc-0-3
pair_coeff * * Si
I cannot find an input example in atomistica package and in the internet.
Thanks!