# initiate the simulation
clear
units real
boundary p p p
dimension 3
atom_style full
pair_style hybrid buck/coul/long 10.0 lj/cut/coul/long 10.0
neighbor 2 bin
neigh_modify every 1 delay 0 check yes
# creat atoms
read_data "data.MAPbI3"
# set the charge
set type 1 charge 0.7710 # C
set type 2 charge -1.1000 # N
set type 3 charge 0.0230 # Hc
set type 4 charge 0.5400 # Hn
set type 5 charge 2.0300 # Pb
set type 6 charge -1.1300 # I