lp://staging/~astraw/+junk/codegen-ads
- Get this branch:
- bzr branch lp://staging/~astraw/+junk/codegen-ads
Branch information
- Owner:
- Andrew Straw
- Status:
- Development
Recent revisions
- 39. By mdewing
-
Extract a structure for describing statments to be converted. It
allows different names to be used in the derivation, in the program
output, and in the nicely formatted math output.
Also add Gamma function output, and fix up output with powers in
certain cases. - 38. By mdewing
-
Handle absolute value - 'abs'
In convert, allow the input to be a single statement
or a list of statements. - 37. By mdewing
-
Switch to new style classes (derived from object)
(This way 'type' prints a useful name)
Some other changes to aid debugging. - 36. By mdewing
-
More cleanup of the output (arranging terms to make them
appear nicer)
Extract all the specifications for the different orbitals
to a single location. - 35. By mdewing
-
Initial attempt at auto-generating dervatives for jastrow factor
based on Pade approximant - 34. By mdewing
-
Derivative calcuations for primitive gaussians:
- Produce page with MathML
- Rearrange code to pull out common code