File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ input=input$ibead.inp
66natom=$( wc -l < ../geom.dat.$ibead )
77let lines=natom+2
88
9+ # Developed for SW versions: 3.0-4.1
910source ../SetEnvironment.sh CP2K
1011
1112echo " $natom " > input$ibead .xyz
Original file line number Diff line number Diff line change 11#! /bin/bash
22cd $( dirname $0 )
33
4+ # Developed for SW versions: G09, G16
45source ../SetEnvironment.sh GAUSSIAN
56
67timestep=$1
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ timestep=$1
44ibead=$2
55input=input$ibead
66
7+ # Developed for SW version: 2015
78source ../SetEnvironment.sh MOLPRO
89
910
Original file line number Diff line number Diff line change 11#! /bin/bash
22cd MOPAC
3+ # Developed for SW version: 2016
34source ../SetEnvironment.sh MOPAC
45
56timestep=$1
Original file line number Diff line number Diff line change 1414cd " $( dirname " $0 " ) " || exit 2
1515set -uo pipefail
1616
17+ # Developed for SW versions: 3.0.0-6.0.0
1718if [[ -f ../SetEnvironment.sh ]]; then
1819 # This is specific to Prague clusters
1920 source ../SetEnvironment.sh ORCA
Original file line number Diff line number Diff line change 11#! /bin/bash
22cd $( dirname $0 )
33
4+ # Developed for SW versions: 4.0-6.2
45source ../SetEnvironment.sh QCHEM
56
67timestep=$1
Original file line number Diff line number Diff line change 22# This script is called by ABIN as:
33# TERACHEM/r.terachem <timestep> <ibead>
44
5+ # Developed for SW version: v1.9
56# SETUP the TeraChem environment
67# $TERAEXE (used below) should hold the path to the terachem binary
78# The SetEnvironment.sh script that handles this is specific to PHOTOX clusters.
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ TYPE="RI-MP2" # RI-DFT|DFT|RI-MP2
1111TURBO_INPUTS=" INITIAL_RIMP2"
1212TURBO_CONTROL=$TURBO_INPUTS /control
1313
14+ # Developed for SW version: 7.6.1
1415source ../SetEnvironment.sh TURBOMOLE
1516
1617SCRATCH=" scratch.$ibead "
You can’t perform that action at this time.
0 commit comments