mirror of
https://github.com/TREX-CoE/irpjast.git
synced 2025-01-10 04:58:34 +01:00
Added input of nelec, nnuc, and initialization of typenuc_arr=1.
This commit is contained in:
parent
e4fa71430c
commit
e2f1404784
@ -3,7 +3,8 @@ BEGIN_PROVIDER [ integer, nelec ]
|
|||||||
BEGIN_DOC
|
BEGIN_DOC
|
||||||
! Number of electrons
|
! Number of electrons
|
||||||
END_DOC
|
END_DOC
|
||||||
nelec = 10
|
!nelec = 10
|
||||||
|
read(*,*)nelec
|
||||||
END_PROVIDER
|
END_PROVIDER
|
||||||
|
|
||||||
BEGIN_PROVIDER [ integer, nelec_up ]
|
BEGIN_PROVIDER [ integer, nelec_up ]
|
||||||
|
@ -3,7 +3,8 @@ BEGIN_PROVIDER [ integer, nnuc ]
|
|||||||
BEGIN_DOC
|
BEGIN_DOC
|
||||||
! Number of nuclei
|
! Number of nuclei
|
||||||
END_DOC
|
END_DOC
|
||||||
nnuc = 2
|
!nnuc = 2
|
||||||
|
read(*,*)nnuc
|
||||||
END_PROVIDER
|
END_PROVIDER
|
||||||
|
|
||||||
|
|
||||||
@ -14,7 +15,8 @@ BEGIN_PROVIDER [ integer, typenuc ]
|
|||||||
! Type of the nuclei
|
! Type of the nuclei
|
||||||
END_DOC
|
END_DOC
|
||||||
typenuc = 1
|
typenuc = 1
|
||||||
typenuc_arr = (/1, 1/)
|
!typenuc_arr = (/1, 1/)
|
||||||
|
typenuc_arr = 1
|
||||||
END_PROVIDER
|
END_PROVIDER
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user