-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rework Geometry, add new G2 correlator (#254)
* New Geometry, new G2 correlator * fix exports * Move size and fold into type params * cleanup * Fix tests, G2RealCorrelator * use SVectors in Geometry * add some tests, doc updates * Geometry tests * summing over components * fix doctest * update docs * improve test coverage * Fix tests and docstrings * is_zero -> iszero * include *Boundaries in docs * Small docstring tweaks * clean up tests * Apply suggestions from code review Co-authored-by: Joachim Brand <j.brand@massey.ac.nz> * Apply suggestions * Rename Geometry and UnitVectors * relax test to isapprox * fix Direction tests * refix * fix interaction between MPI and array operators * Use ref instead of vector in Allreduce * Rename Offsets to Displacements * bugfixes and documentation updates --------- Co-authored-by: Joachim Brand <j.brand@massey.ac.nz>
- Loading branch information
1 parent
0b07115
commit ff1ee34
Showing
11 changed files
with
703 additions
and
436 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.