mirror of
https://github.com/LCPQ/quantum_package
synced 2024-12-22 20:35:19 +01:00
forgot to add selection_types.f90
This commit is contained in:
parent
8f30f0d4e0
commit
418190168e
9
plugins/Full_CI_ZMQ/selection_types.f90
Normal file
9
plugins/Full_CI_ZMQ/selection_types.f90
Normal file
@ -0,0 +1,9 @@
|
||||
module selection_types
|
||||
type selection_buffer
|
||||
integer :: N, cur
|
||||
integer(8), allocatable :: det(:,:,:)
|
||||
double precision, allocatable :: val(:)
|
||||
double precision :: mini
|
||||
endtype
|
||||
end module
|
||||
|
Loading…
Reference in New Issue
Block a user