mirror of
https://github.com/pfloos/quack
synced 2024-12-22 20:35:36 +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
|
||||
mol = gto.M(
|
||||
atom = list_pos_atom,
|
||||
basis = input_basis
|
||||
basis = input_basis,
|
||||
charge = charge,
|
||||
spin = multiplicity
|
||||
)
|
||||
|
||||
#Fix the unit for the lengths
|
||||
mol.unit=unit
|
||||
#Fix charge and spin
|
||||
mol.charge=charge
|
||||
mol.spin=multiplicity
|
||||
#
|
||||
mol.cart = cartesian
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user