Esempio n. 1
0
 def f_tot(n):
     #  Returns total free energy data with the missing a1SW(n) term that was not used in RG process
     return f_ext(n) + RG.a1SW(n) * n
Esempio n. 2
0
def fns_tot(n, i):
    return fns_ext(n, i) + RG.a1SW(n) * n
Esempio n. 3
0
def f05_tot(n):
        return f05_ext(n) + RG.a1SW(n)*n
Esempio n. 4
0
 def f_tot(n):
         #  Returns total free energy data with the missing a1SW(n) term that was not used in RG process
         return f_ext(n) + RG.a1SW(n)*n
Esempio n. 5
0
def f05_tot(n):
    return f05_ext(n) + RG.a1SW(n) * n
Esempio n. 6
0
def fns_tot(n,i):
        return fns_ext(n,i) + RG.a1SW(n)*n