10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-30 00:44:28 +02:00
quantum_package/plugins/Full_CI_ZMQ/selection_types.f90

10 lines
213 B
Fortran
Raw Normal View History

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