Skip to content

Commit

Permalink
Merge pull request #86 from QuantumPackage/kgasperich-patch-1
Browse files Browse the repository at this point in the history
Update occ_pattern.irp.f
  • Loading branch information
scemama authored Feb 20, 2020
2 parents cf90639 + 38a9248 commit 95d650c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/determinants/occ_pattern.irp.f
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ subroutine occ_pattern_to_dets(o,d,sze,n_alpha,Nint)
enddo
END_PROVIDER

BEGIN_PROVIDER [ double precision, psi_occ_pattern_sorted, (N_int,2,N_occ_pattern) ]
BEGIN_PROVIDER [ integer(bit_kind), psi_occ_pattern_sorted, (N_int,2,N_occ_pattern) ]
&BEGIN_PROVIDER [ double precision, weight_occ_pattern_average_sorted, (N_occ_pattern) ]
&BEGIN_PROVIDER [ integer, psi_occ_pattern_sorted_order, (N_occ_pattern) ]
&BEGIN_PROVIDER [ integer, psi_occ_pattern_sorted_order_reverse, (N_occ_pattern) ]
Expand Down

0 comments on commit 95d650c

Please sign in to comment.