2019-06-27 16:42:35 +03:00
|
|
|
TODO list before public release
|
|
|
|
===============================
|
|
|
|
|
|
|
|
- Tests!
|
|
|
|
- Docs!
|
|
|
|
- Cross section calculations.
|
|
|
|
- Field calculations.
|
|
|
|
- Complex frequencies, n's, k's.
|
|
|
|
- Transforming point (meta)generators.
|
|
|
|
- Ewald summations of all types of lattices (dimensionality-wise).
|
|
|
|
- Split lattices.h into separate point generator and lattice vector manipulation parts.
|
|
|
|
* Maybe move something from the .h to .c file.
|
|
|
|
- Check exact normalisation convention of scuff-tmatrix output.
|
|
|
|
- Check whether the Condon-Shortley phase affects the form of Wigner matrices.
|
|
|
|
- The xflip, yflip and possible i-factor problem.
|
|
|
|
- General 3D point group symmetries.
|
|
|
|
* Instead the current hard-coded limited set.
|
|
|
|
* The generation, finding subgroups etc. should be "easy" with
|
|
|
|
quaternions and stuff, as the set is quite limited,
|
|
|
|
see [Wikipedia](https://en.wikipedia.org/wiki/Point_groups_in_three_dimensions).
|
|
|
|
* Not sure about the representations, though.
|
|
|
|
* As a description of a T-matrix / particle metadata.
|
|
|
|
- Nice CLI for all general enough utilities.
|
|
|
|
- Remove legacy code.
|
|
|
|
- Prefix all identifiers. Maybe think about a different prefix than qpms?
|
|
|
|
- Consistent indentation and style overall.
|
|
|
|
|
2019-07-09 20:25:29 +03:00
|
|
|
Nice but less important features
|
|
|
|
--------------------------------
|
2019-06-27 16:42:35 +03:00
|
|
|
|
2019-07-09 20:25:29 +03:00
|
|
|
- Static, thread-safe caches of constant coefficients + API without the current "calculators".
|
2019-06-27 16:42:35 +03:00
|
|
|
|