orbitize
orbitize copied to clipboard
Move all basis-relevant stuff out of system
For example, we current have some code like if basis == 'XYZ' then...
in system.py. We should move this to basis.py.
there's only a few things left from the XYZ cartesian basis left to move (or possibly not move and close?).