Clean up files.

This commit is contained in:
rohskopf
2022-06-23 12:16:42 -06:00
parent 19dcd9c623
commit 2bc50791aa
4 changed files with 1 additions and 32 deletions

View File

@ -1,25 +0,0 @@
# 3d Lennard-Jones melt
units lj
atom_style atomic
atom_modify map array
lattice fcc 0.8442
region box block 0 4 0 4 0 4
create_box 1 box
create_atoms 1 box
mass 1 1.0
velocity all create 1.44 87287 loop geom
pair_style lj/cut 2.5
pair_coeff 1 1 1.0 1.0 2.5
neighbor 0.3 bin
neigh_modify delay 0 every 20 check no
fix 1 all nve
variable fx atom fx
run 10

View File

@ -4,8 +4,7 @@
# try to improperly start up a new interpreter.
import sysconfig
import ctypes
#library = sysconfig.get_config_vars('INSTSONAME')[0]
library="/usr/local/Cellar/python@3.10/3.10.4/Frameworks/Python.framework/Versions/3.10/Python"
library = sysconfig.get_config_vars('INSTSONAME')[0]
try:
pylib = ctypes.CDLL(library)
except OSError as e: