-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathexample.censo2rc
More file actions
165 lines (157 loc) · 4.4 KB
/
example.censo2rc
File metadata and controls
165 lines (157 loc) · 4.4 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
[general]
# Default temperature in Kelvin used for xtb and COSMOtherm
temperature = 298.15
# Calculate thermal energy contributions using xtb
evaluate_rrho = True
# Solvation model used for rrho corrections
sm_rrho = gbsa
# Threshold for accepting imaginary frequencies (cm^-1)
imagthr = -100.0
# Wave number threshold for switching in rrho approximation (cm^-1)
sthr = 50.0
# Default solvent identifier (used by solvation models)
solvent = h2o
# If True, calculations treat system as gas-phase
gas_phase = False
# Copy molecular orbitals between steps when supported
copy_mo = True
# Attempt to maximize core utilization
balance = True
# Continue workflow even if intermediate jobs fail
ignore_failed = True
[prescreening]
# Program used for prescreening jobs (orca or turbomole (tm))
prog = tm
# Functional used for prescreening
func = pbe-d3
# Basis set for prescreening
basis = def2-sv(p)
# xTB variant for gsolv contributions
gfnv = gfn2
# Energy threshold (kcal/mol) to keep candidates
threshold = 4.0
# Tries to insert template file (should be located in ~/.censo2_assets)
template = False
[screening]
# Program used for screening
prog = tm
# Functional used for screening
func = r2scan-3c
# Basis set used during screening
basis = def2-mtzvpp
# Solvation model for screening
sm = cosmors
# xTB variant
gfnv = gfn2
# Energy cutoff for keeping candidates (kcal/mol)
threshold = 3.5
# Whether solvation free energy should be included in energies or calculated separately (doubles computational effort)
gsolv_included = False
# Tries to insert template file (should be located in ~/.censo2_assets)
template = False
[optimization]
# Program used for optimizations
prog = tm
# Functional used for optimizations
func = r2scan-3c
# Basis set for optimizations
basis = def2-mtzvpp
# Solvation model
sm = dcosmors
# xTB variant for any semiempirical steps
gfnv = gfn2
# Number of optimization macrocycles to attempt
optcycles = 8
# Maximum optimization microcycles
maxcyc = 200
# Optimization thoroughness (e.g., loose, normal, tight)
optlevel = normal
# Energy threshold (kcal/mol)
threshold = 3.0
# Gradient threshold (a.u.) below which the energy threshold will be applied
gradthr = 0.01
#
hlow = 0.01
# Allow macrocycle protocol
macrocycles = True
# Apply geometry constraints if True
constrain = False
# Whether to use ANCOPT as driver
xtb_opt = True
# Tries to insert template file (should be located in ~/.censo2_assets)
template = False
[refinement]
# Program used for refinement
prog = tm
# Functional used for refinement
func = wb97m-v
# Basis set for refinement
basis = def2-tzvp
# Solvation model for refinement
sm = cosmors
# xTB variant
gfnv = gfn2
# Boltzmann population threshold
threshold = 0.95
# Whether solvation free energy should be included in energies or calculated separately (doubles computational effort)
gsolv_included = False
# Tries to insert template file (should be located in ~/.censo2_assets)
template = False
[nmr]
# Program used for NMR
prog = orca
# Functional used for NMR properties
func = pbe0-d4
# Basis set for NMR shieldings/couplings
basis = def2-tzvp
# Solvation model
sm = smd
# NMR spectrometer frequency (MHz)
resonance_frequency = 300.0
# Spin–spin coupling cutoff (Hz) (only used in ORCA)
ss_cutoff = 8.0
# Compute Fermi-contact term only for couplings if True
fc_only = True
# Compute chemical shieldings
shieldings = True
# Compute spin–spin couplings
couplings = True
# List of nuclei to include (e.g., H, C)
active_nuclei = h,c
# Tries to insert template file (should be located in ~/.censo2_assets)
template = False
[rot]
# Program used for optical rotatory dispersion calculations
prog = tm
# Functional used for optical rotatory dispersion calculations
func = pbe-d4
# Basis set for optical rotatory dispersion calculations
basis = def2-svpd
# Wavelengths for which polarizabilities will be calculated in nm
freq = [589.0, 633.0]
# Tries to insert template file (should be located in ~/.censo2_assets)
template = False
[uvvis]
# Program used for UV/Vis
prog = orca
# Functional used for excited states
func = wb97x-d4
# Basis set for excited-state calculations
basis = def2-tzvp
# Solvation model for excited-state calculations
sm = smd
# Number of excited states (roots) to compute
nroots = 20
# Tries to insert template file (should be located in ~/.censo2_assets)
template = False
[paths]
# ORCA binary path
orca =
# xtb binary path
xtb =
# TURBOMOLE path
tm =
# COSMOtherm path
cosmotherm =
# COSMORS parameter file (.ctd)
cosmorssetup =