Skip to content

Commit b0f1cfb

Browse files
suchanjdanielhollas
authored andcommitted
Add notes about tested versions to interfaces
1 parent 59177aa commit b0f1cfb

8 files changed

Lines changed: 8 additions & 0 deletions

File tree

interfaces/CP2K/r.cp2k

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ input=input$ibead.inp
66
natom=$(wc -l < ../geom.dat.$ibead)
77
let lines=natom+2
88

9+
# Developed for SW versions: 3.0-4.1
910
source ../SetEnvironment.sh CP2K
1011

1112
echo "$natom" > input$ibead.xyz

interfaces/GAUSSIAN/r.gaussian

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/bash
22
cd $(dirname $0)
33

4+
# Developed for SW versions: G09, G16
45
source ../SetEnvironment.sh GAUSSIAN
56

67
timestep=$1

interfaces/MOLPRO/r.molpro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ timestep=$1
44
ibead=$2
55
input=input$ibead
66

7+
# Developed for SW version: 2015
78
source ../SetEnvironment.sh MOLPRO
89

910

interfaces/MOPAC/r.mopac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#! /bin/bash
22
cd MOPAC
3+
# Developed for SW version: 2016
34
source ../SetEnvironment.sh MOPAC
45

56
timestep=$1

interfaces/ORCA/r.orca

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
cd "$(dirname "$0")" || exit 2
1515
set -uo pipefail
1616

17+
# Developed for SW versions: 3.0.0-6.0.0
1718
if [[ -f ../SetEnvironment.sh ]]; then
1819
# This is specific to Prague clusters
1920
source ../SetEnvironment.sh ORCA

interfaces/QCHEM/r.qchem

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/bash
22
cd $(dirname $0)
33

4+
# Developed for SW versions: 4.0-6.2
45
source ../SetEnvironment.sh QCHEM
56

67
timestep=$1

interfaces/TERACHEM/r.terachem

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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.

interfaces/TURBO/r.turbo

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ TYPE="RI-MP2" # RI-DFT|DFT|RI-MP2
1111
TURBO_INPUTS="INITIAL_RIMP2"
1212
TURBO_CONTROL=$TURBO_INPUTS/control
1313

14+
# Developed for SW version: 7.6.1
1415
source ../SetEnvironment.sh TURBOMOLE
1516

1617
SCRATCH="scratch.$ibead"

0 commit comments

Comments
 (0)