quantum_package/plugins/CAS_SD_ZMQ/selection_types.f90

10 lines
206 B
Fortran

module selection_types
type selection_buffer
integer :: N, cur
integer(8), allocatable :: det(:,:,:)
double precision, allocatable :: val(:)
double precision :: mini
endtype
end module