__init__(self,
idx=None,
base_name=None,
charge=None,
multiplicity=None,
state=None,
scf_gs=None,
kwargs=None,
mae_input_file=None,
jag_input_file=None,
jag_output_file=None,
jag_restart_input_file=None,
in_template=None,
job=None)
(Constructor)
|
|
Create an instance.
- Parameters:
idx (int) - the index
base_name (str) - the base name
charge (int) - net molecular charge
multiplicity (int) - molecular multiplicity
state (int) - the electronic state, 0 is the ground state and <N> is the
N-th excited state
scf_gs (bool) - specify whether ground states should be determined using an SCF
kwargs (dict) - dictionary of Jaguar &gen section key-value pairs
mae_input_file (str) - Maestro input file
jag_input_file (str) - Jaguar input file
jag_output_file (str) - Jaguar output file
jag_restart_input_file (str) - Jaguar restart input file
in_template (str) - a Jaguar input file to use as template
job (queue.JobControlJob) - job object
- Overrides:
object.__init__
|