10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-26 07:02:14 +02:00

forgot to add selection_types.f90

This commit is contained in:
Yann Garniron 2016-07-21 13:30:10 +02:00
parent 8f30f0d4e0
commit 418190168e

View 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