-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathrun_donofompg
More file actions
executable file
·53 lines (30 loc) · 889 Bytes
/
Copy pathrun_donofompg
File metadata and controls
executable file
·53 lines (30 loc) · 889 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
#!/bin/csh -f
if (-f $1.gcf) mv -f $1.gcf GCF
if (-f $1.fra) mv -f $1.fra FRAG
~/DoNOF_github/exe/DoNOFompg.x < $1.inp > $1.out
if (-f APSG) mv -f APSG $1.pun
if (-f 1DM) mv -f 1DM $1.1dm
if (-f 2DM) mv -f 2DM $1.2dm
if (-f N2DM) mv -f N2DM $1.n2dm
if (-f CJK) mv -f CJK $1.cjk
if (-f CND) mv -f CND $1.cnd
if (-f Tijab) mv -f Tijab $1.2mp
if (-f FRAG) mv -f FRAG $1.fra
if (-f GCFe) mv -f GCFe $1.gcfe
if (-f GCF) mv -f GCF $1.gcf
if (-f CGGRAD) mv -f CGGRAD $1.cgo
if (-f WFN) mv -f WFN $1.wfn
if (-f FCHK) mv -f FCHK $1.fchk
if (-f ini.xyz) mv -f ini.xyz $1.xyz
if (-f MLD)then
cp -f MLD $1.mld
if (-f XYZ)then
cat MLD XYZ > $1.mld
rm -f XYZ
endif
rm -f MLD
endif
### remove
if (-f CGM) rm -f CGM
if (-f BFST) rm -f BFST
if (-f fort.1) rm -f fort.1