mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-08 22:43:38 +01:00
Compare commits
2 Commits
b28273ce8d
...
9717223a4d
Author | SHA1 | Date | |
---|---|---|---|
9717223a4d | |||
5cb411d364 |
@ -95,6 +95,6 @@ end
|
|||||||
double precision function beta_rs(rs)
|
double precision function beta_rs(rs)
|
||||||
implicit none
|
implicit none
|
||||||
double precision, intent(in) ::rs
|
double precision, intent(in) ::rs
|
||||||
beta_rs(rs) = 0.066725d0 * (1.d0 + 0.1d0 * rs)/(1.d0 + 0.1778d0 * rs)
|
beta_rs = 0.066725d0 * (1.d0 + 0.1d0 * rs)/(1.d0 + 0.1778d0 * rs)
|
||||||
|
|
||||||
end
|
end
|
||||||
|
@ -24,6 +24,7 @@ subroutine routine
|
|||||||
implicit none
|
implicit none
|
||||||
integer :: i,k
|
integer :: i,k
|
||||||
integer :: degree
|
integer :: degree
|
||||||
|
call print_energy_components
|
||||||
do i = 1, N_det
|
do i = 1, N_det
|
||||||
print *, 'Determinant ', i
|
print *, 'Determinant ', i
|
||||||
call debug_det(psi_det(1,1,i),N_int)
|
call debug_det(psi_det(1,1,i),N_int)
|
||||||
|
Loading…
Reference in New Issue
Block a user