You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parser.add_argument("-pc", "--projection_constrain", nargs="*", type=str, default=[], help='apply constrain conditions with projection of gradient and hessian (ex.) [[(constraint condition name) (atoms(ex. 1,2))] ...] ')
194
194
parser.add_argument("-oniom", "--oniom_flag", nargs="*", type=str, default=[], help='apply ONIOM method (Warning: This option is unavailable.)')
195
195
parser.add_argument("-freq", "--frequency_analysis", help="Perform normal vibrational analysis after converging geometry optimization.", action='store_true')
196
+
parser.add_argument("-freq_cutoff", "--frequency_analysis_cutoff", type=float, default=100.0, help="A cutoff frequency of input value is applied to the low-frequency vibrational modes. (default: 100.0 cm^-1)")
197
+
parser.add_argument("-freq_corr", "--frequency_correction_method", help="Applies frequency correction using either Truhlar's or Grimme's method. (default: grimme)", type=str, default="grimme")
196
198
parser.add_argument("-force_freq", "--force_frequency_analysis", help="Execute normal vibrational analysis after geometry optimization, regardless of convergence status.", action='store_true')
0 commit comments