You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
functiongenerateqsscmapping(phase::T,qssnames::A1,isomergroups::A2;saveqssc::Bool=false,outputname::String="qssc.jl") where {T<:AbstractPhase,A1<:AbstractArray,A2<:AbstractArray}
eqs[ind] =0~substitute(eqs[ind].rhs,nonlinearterms) #substitute x^2 nonlinear terms as 0
70
+
filter!(x->length(get_variables(x.first,symc[qssindexes])) <2,eqs[ind].rhs.dict) #filter out all the terms in the format of k*a*b that doesn't contain more than 1 variables in symc[qssindexes]
0 commit comments