Old force fields removed, new ones (GAB, E0LL2Y) added.
[unres.git] / examples / unres / CSA / ALPHABETA / ENERGY / unres_alphabeta.csh
diff --git a/examples/unres/CSA/ALPHABETA/ENERGY/unres_alphabeta.csh b/examples/unres/CSA/ALPHABETA/ENERGY/unres_alphabeta.csh
deleted file mode 100755 (executable)
index 90f88aa..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/bin/csh -f
-# Script to run the program unresCSA on linux with MPICH/PBS (parallel version).
-#
-
-setenv POT GB
-setenv PREFIX T0104
-
-set DD = ../../PARAM
-set BIN = $HOME/UNRES/NEW/bin/unres_ifc6_moment.exe
-#---------------------------------
-setenv THETPAR $DD/thetaml.5parm
-setenv ROTPAR $DD/scgauss.parm
-setenv TORPAR $DD/torsion_ecepp.parm
-setenv TORDPAR $DD/torsion_double_631Gdp.parm
-setenv ELEPAR $DD/electr.parm
-setenv SIDEPAR $DD/scinter_$POT.parm
-setenv FOURIER $DD/fourier_GAP.parm
-setenv SCPPAR $DD/scp.parm
-
-# Pattern database
-setenv PATTERN $DD/patterns.cart
-#--------------------------------------------
-
-$BIN -p4wd `pwd`
-