| 
  | __init__(self,
        idx=None,
        base_name=None,
        charge=None,
        multiplicity=None,
        state=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 indexbase_name(str) - the base namecharge(int) - net molecular chargemultiplicity(int) - molecular multiplicitystate(int) - the electronic state, 0 is the ground state and <N> is the 
          N-th excited statekwargs(dict) - dictionary of Jaguar &gen section key-value pairsmae_input_file(str) - Maestro input filejag_input_file(str) - Jaguar input filejag_output_file(str) - Jaguar output filejag_restart_input_file(str) - Jaguar restart input filein_template(str) - a Jaguar input file to use as templatejob(queue.JobControlJob) - job objectOverrides:
        object.__init__
     |