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 state
charge_2 (int) - the charge of the second state
multip_1 (int) - the multiplicity of the first state
multip_2 (int) - the multiplicity of the second state
state_1 (int) - the first state, 0 for ground state, N for the N-th excited state
state_2 (int) - the second state, 0 for ground state, N for the N-th excited
state
|