Dear my friend,
Thank you for your reply! The following is my input file.
# Set up lattice
lattice = FaceCenteredCubic(5.64056*Angstrom)
# Define elements
elements = [Sodium, Sodium, Sodium, Sodium, Chlorine, Chlorine, Chlorine, Chlorine]
# Define coordinates
fractional_coordinates = [[ 0. , 0. , 0. ],
[ 0. , 0. , 1.0],
[ 0. , 1.0, 0. ],
[ 1.0, 0. , 0. ],
[ 0.5, 0.5, 0.5],
[ -0.5, 0.5, 0.5],
[ 0.5, -0.5, 0.5],
[ 0.5, 0.5, -0.5]]
# Set up configuration
bulk_configuration = BulkConfiguration(
bravais_lattice=lattice,
elements=elements,
fractional_coordinates=fractional_coordinates
)
Looking forward to your reply!
Thanks again!