Skip to content

Commit

Permalink
Update build_local_quantities.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
arnab82 authored Feb 6, 2024
1 parent 688c3a5 commit 73c4731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build_local_quantities.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1215,7 +1215,7 @@ function compute_cluster_est_basis(ints::InCoreInts{T}, clusters::Vector{MOClust

delta_e_i = ()
if all( (delta_elec,init_fspace) .!= nothing)
delta_e_i = (init_fspace[ci.idx][1], init_fspace[ci.idx][2], delta_elec)
delta_e_i = (init_fspace[ci.idx][1], init_fspace[ci.idx][2], delta_elec[ci.idx])
end


Expand Down

0 comments on commit 73c4731

Please sign in to comment.