hi all
my input file is written as follows
lattice bcc 3.509 orient x 1 1 1 orient y 1 -1 0 orient z 1 1 -2
region system prism 0 10 0 10 0 10 0 0 0
create_box 1 system
create_atoms 1 box
mass 1 6.941
run 0
but the output file is
Lattice spacing in x,y,z = 6.07777 4.96248 5.73017
6.07777 = sqrt(3) * 3.509
4.96248 = sqrt(2) * 3.509
5.73017 = sqrt(8/3) * 3.509
the last value seems not correct.
what's wrong with my input files?
thanks