Parent Directory
|
Revision Log
Working on dpdrho_T, still looks like problems with Gaussian terms.
1 | # |
2 | # Some code for use with wxMaxima for calculation of terms in the |
3 | # residual expression, particularly for the gaussian terms (see hydrogen.c) |
4 | # |
5 | |
6 | term(tau,del) := n*del^d*tau^t*exp(-(alp*(del-eps)^2 + bet*(tau-gam)^2)) |
7 | |
8 | # l != 0 |
9 | term(tau,del) := n*del^d*tau^t*exp(-del^l) |
10 | |
11 | # l = 0 |
12 | term(tau,del) := n*del^d*tau^t |
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |