Commit f812b94e authored by Sievers's avatar Sievers
Browse files

Update relative paths to dynamic links

parent 6fbcb848
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
../../../../../potentials/SiCGe.tersoff
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -16,4 +16,4 @@ mass ${Si} 28.08550
###########################

pair_style      tersoff
pair_coeff      * *  ../../../../../potentials/SiCGe.tersoff Si(D)
pair_coeff      * * SiCGe.tersoff Si(D)
+1 −0
Original line number Diff line number Diff line
../../../../../potentials/SiCGe.tersoff
 No newline at end of file
+2 −2
Original line number Diff line number Diff line
@@ -9,8 +9,8 @@ import numpy as np
""" LAMMPS  VARIABLES """

# data files
infile = "../Silicon/silicon_input_file.lmp"
ff_file = "../Silicon/ff-silicon.lmp"
infile = "silicon_input_file.lmp"
ff_file = "ff-silicon.lmp"

# full output useful for testing
lmp = lammps()
+1 −0
Original line number Diff line number Diff line
../Silicon/ff-silicon.lmp
 No newline at end of file
Loading