10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-19 11:42:18 +02:00
quantum_package/plugins/Full_CI_ZMQ/selection_types.f90

10 lines
206 B
Fortran
Raw Normal View History

2016-07-21 13:30:10 +02:00
module selection_types
type selection_buffer
integer :: N, cur
integer(8), allocatable :: det(:,:,:)
double precision, allocatable :: val(:)
double precision :: mini
endtype
end module