Update relative paths to dynamic links

This commit is contained in:
Sievers
2020-06-23 14:23:41 -07:00
parent 6fbcb84819
commit f812b94e40
6 changed files with 7 additions and 3 deletions

View File

@ -0,0 +1 @@
../../../../../potentials/SiCGe.tersoff

View File

@ -16,4 +16,4 @@ mass ${Si} 28.08550
###########################
pair_style tersoff
pair_coeff * * ../../../../../potentials/SiCGe.tersoff Si(D)
pair_coeff * * SiCGe.tersoff Si(D)

View File

@ -0,0 +1 @@
../../../../../potentials/SiCGe.tersoff

View File

@ -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()

View File

@ -0,0 +1 @@
../Silicon/ff-silicon.lmp

View File

@ -0,0 +1 @@
../Silicon/silicon_input_file.lmp