mirror of
https://github.com/LCPQ/quantum_package
synced 2024-12-23 12:56:14 +01:00
Removed prints
This commit is contained in:
parent
126ae40305
commit
617809538e
@ -222,11 +222,6 @@ subroutine H_S2_u_0_nstates(v_0,s_0,u_0,H_jj,S2_jj,n,keys_tmp,Nint,N_st,sze_8)
|
|||||||
|
|
||||||
allocate (shortcut(0:n+1,2), sort_idx(n), sorted(Nint,n), version(Nint,n))
|
allocate (shortcut(0:n+1,2), sort_idx(n), sorted(Nint,n), version(Nint,n))
|
||||||
allocate(ut(N_st_8,n))
|
allocate(ut(N_st_8,n))
|
||||||
print *, ( size(shortcut)*4)/1048576, ' shortcut ', irp_here
|
|
||||||
print *, ( size(sort_idx)*4)/1048576, ' sort_idx ', irp_here
|
|
||||||
print *, ( size(sorted)*4)/1048576, ' sorted ', irp_here
|
|
||||||
print *, ( size(version)*4)/1048576, ' version ', irp_here
|
|
||||||
print *, ( size(ut)*8)/1048576, ' ut ', irp_here
|
|
||||||
|
|
||||||
v_0 = 0.d0
|
v_0 = 0.d0
|
||||||
s_0 = 0.d0
|
s_0 = 0.d0
|
||||||
|
Loading…
Reference in New Issue
Block a user