• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..30-Sep-2021-

EAM.inputH A D30-Sep-202182 108

EAM_codeH A D30-Sep-20213.5 KiB449448

READMEH A D30-Sep-2021729 2316

create.fH A D30-Sep-20218.5 KiB252233

README

1EAM database tool
2Xiaowang Zhou (Sandia), xzhou at sandia.gov
3
4based on this paper:
5
6X. W. Zhou, R. A. Johnson, and H. N. G. Wadley, Phys. Rev. B, 69,
7144113 (2004).
8
9This tool can be used to create an DYNAMO-formatted EAM
10setfl file for alloy systems, using any combination
11of the elements discussed in the paper and listed in
12the EAM_code file, namely:
13
14Cu, Ag, Au, Ni, Pd, Pt, Al, Pb, Fe, Mo, Ta, W, Mg, Co, Ti, Zr
15
16Steps:
17
181) compile create.f -> a.out  (e.g. gfortran create.f)
192) edit the input file EAM.input to list 2 or more desired elements to include
203) a.out < EAM.input will create an EAM *.set file
214) in DYNAMO or LAMMPS lingo, this is a setfl file
22   that can be used with the LAMMPS pair_style eam/alloy command
23