atk-sc3
atk-sc3 copied to clipboard
Refactor FOA interface to use HOA implementation
There are a few reasons to refactor user facing FOA implementations:
- simplify maintenance
- reduce footprint
- clarify implementation of theory
Given that not all FOA operations are analytically possible in HOA, a first step would be to identify which operations (and interfaces) are easily implemented via the HOA codebase.
See also #60