Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

v2.0.0

Compare
Choose a tag to compare
@drewejohnson drewejohnson released this 12 Apr 14:23
· 7 commits to master since this release

Improved iteration procedure

After an initial scaling, the iteration variable is updated using a linear extrapolation off the previous two values and their subsequent errors from the target eigenvalue.

Improved modular structure

Gone is the terrible globalparams file, here is the new, more modular and importable structure.
Each main module (iterator, readinputs, outputs) can now exist on their own and be imported into other python projects.

Documentation

A very rudimentary pdf has been added in docs/pdf that contains documentation on the functions.
This will be expanded and improved in future releases.