Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 into eos_super_anc_improvements
  • Loading branch information
longemen3000 committed Aug 23, 2024
2 parents 84687b4 + c4d8d09 commit 47c6999
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/models/Electrolytes/Ion/GCMSABorn.jl
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ function GCMSABorn(solvents,ions; RSPmodel=ConstW, userlocations=String[], verbo
mix_segment!(groups,shapefactor.values,segment.values)

sigma = params["sigma"]

if typeof(sigma) <: PairParam
sigma = SingleParam("sigma",components,diagvalues(sigma.values)[:])
end

sigma.values .*= 1E-10
gc_sigma = deepcopy(sigma)
gc_sigma.values .^= 3
Expand Down

0 comments on commit 47c6999

Please sign in to comment.