mirror of
https://github.com/pfloos/quack
synced 2025-01-05 19:08:46 +01:00
fix python script for open shell
This commit is contained in:
parent
07208d9b68
commit
8ffa4ff1a8
@ -50,14 +50,13 @@ f.close()
|
|||||||
#Definition of the molecule
|
#Definition of the molecule
|
||||||
mol = gto.M(
|
mol = gto.M(
|
||||||
atom = list_pos_atom,
|
atom = list_pos_atom,
|
||||||
basis = input_basis
|
basis = input_basis,
|
||||||
|
charge = charge,
|
||||||
|
spin = multiplicity
|
||||||
)
|
)
|
||||||
|
|
||||||
#Fix the unit for the lengths
|
#Fix the unit for the lengths
|
||||||
mol.unit=unit
|
mol.unit=unit
|
||||||
#Fix charge and spin
|
|
||||||
mol.charge=charge
|
|
||||||
mol.spin=multiplicity
|
|
||||||
#
|
#
|
||||||
mol.cart = cartesian
|
mol.cart = cartesian
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user