10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-02 03:15:29 +02:00
quantum_package/plugins/CAS_SD_ZMQ/selection_types.f90

10 lines
206 B
Fortran
Raw Permalink Normal View History

2016-11-14 15:50:28 +01:00
module selection_types
type selection_buffer
integer :: N, cur
integer(8), allocatable :: det(:,:,:)
double precision, allocatable :: val(:)
double precision :: mini
endtype
end module