Hello Everyone,
I am trying to create a simple cube structure (with 8 atoms) whose bond length is 1.42A (side length of the orthogonal cube). I plan to use the “lattice custom” command to avoid scaling. The manual says a1,a2, and a3 specify the orthogonal sides of the cube, and atoms should be added using the “basis”. So I set a1,a2, a3 equal to the side length of the cube. The manual also says that the position vector of the basis is x= bx a1 + by a2 +bz a3.
So I thought the command should be defined as:
lattice custom 1 a1 1.42 0.0 0.0 a2 0.0 1.42 0.0 a3 0.0 0.0 1.42 &
basis 0.0 0.0 0.0 basis 0.0 1.0 0.0
but the manual says that elements of the basis have to be ( 0<= xy,z <1). So I changed it to:
lattice custom 1 a1 1.42 0.0 0.0 a2 0.0 1.42 0.0 a3 0.0 0.0 1.42 &
basis 0.0 0.0 0.0 basis 0.0 0.5 0.0
I would appreciate it if you could please give suggestions on how a1,a2,a3, and basis are defined.
Also, I am not sure how many atoms should be placed using the basis. Should I place all the 8 atoms?
Many thanks,
Alex