| 
  | checkChargesMultiplicitiesStates(charge_1,
        charge_2,
        multip_1,
        multip_2,
        state_1,
        state_2)
    Static Method
 |  |  Check the charges, multiplicities, and states. 
    Parameters:
        charge_1(int) - the charge of the first statecharge_2(int) - the charge of the second statemultip_1(int) - the multiplicity of the first statemultip_2(int) - the multiplicity of the second statestate_1(int) - the first state, 0 for ground state, N for the N-th excited statestate_2(int) - the second state, 0 for ground state, N for the N-th excited 
          state |