Exemplo 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
Exemplo n.º 2
0
def fns_tot(n, i):
    return fns_ext(n, i) + RG.a1SW(n) * n
Exemplo n.º 3
0
def f05_tot(n):
        return f05_ext(n) + RG.a1SW(n)*n
Exemplo 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
Exemplo n.º 5
0
def f05_tot(n):
    return f05_ext(n) + RG.a1SW(n) * n
Exemplo n.º 6
0
def fns_tot(n,i):
        return fns_ext(n,i) + RG.a1SW(n)*n