mirror of
https://github.com/TREX-CoE/irpjast.git
synced 2025-01-09 12:44:13 +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
|
||||
! Number of electrons
|
||||
END_DOC
|
||||
nelec = 10
|
||||
!nelec = 10
|
||||
read(*,*)nelec
|
||||
END_PROVIDER
|
||||
|
||||
BEGIN_PROVIDER [ integer, nelec_up ]
|
||||
|
@ -3,7 +3,8 @@ BEGIN_PROVIDER [ integer, nnuc ]
|
||||
BEGIN_DOC
|
||||
! Number of nuclei
|
||||
END_DOC
|
||||
nnuc = 2
|
||||
!nnuc = 2
|
||||
read(*,*)nnuc
|
||||
END_PROVIDER
|
||||
|
||||
|
||||
@ -14,7 +15,8 @@ BEGIN_PROVIDER [ integer, typenuc ]
|
||||
! Type of the nuclei
|
||||
END_DOC
|
||||
typenuc = 1
|
||||
typenuc_arr = (/1, 1/)
|
||||
!typenuc_arr = (/1, 1/)
|
||||
typenuc_arr = 1
|
||||
END_PROVIDER
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user