- 19 Sep, 2018 7 commits
-
-
Martin Reinecke authored
fix OperatorAdapter.__repr__ index out of range See merge request ift/nifty-dev!111
-
Martin Reinecke authored
-
Martin Reinecke authored
Fix pickle See merge request ift/nifty-dev!112
-
Martin Reinecke authored
-
Lukas Platz authored
self._trafo \elem {1,2,3}. Therefore, either list needs to have four items or should be accessed via [self._trafo - 1]. This way seem more readable to me. Bug can be triggered by creating a FFTOperator `op` and calling `print(op.inverse.adjoint)`.
-
Martin Reinecke authored
-
Martin Reinecke authored
Add svg as allowed output format for nifty plots See merge request ift/nifty-dev!110
-
- 18 Sep, 2018 4 commits
-
-
Martin Reinecke authored
choose mutifield key See merge request ift/nifty-dev!108
-
Martin Reinecke authored
-
Martin Reinecke authored
-
Martin Reinecke authored
Resolve "Questions on SymmetrizingOperator" Closes #52 See merge request ift/nifty-dev!105
-
- 14 Sep, 2018 1 commit
-
-
Martin Reinecke authored
-
- 13 Sep, 2018 4 commits
-
-
Philipp Arras authored
Remove exp from multifrequency correlated field See merge request ift/nifty-dev!107
-
Julia Stadler authored
-
Philipp Arras authored
-
Philipp Arras authored
-
- 12 Sep, 2018 1 commit
-
-
Martin Reinecke authored
-
- 11 Sep, 2018 9 commits
-
-
Philipp Arras authored
-
Martin Reinecke authored
-
Martin Reinecke authored
-
Martin Reinecke authored
Check inputs for operators See merge request ift/nifty-dev!104
-
Martin Reinecke authored
-
Philipp Arras authored
-
Philipp Arras authored
-
Philipp Arras authored
Related to Issue #62
-
Philipp Arras authored
-
- 10 Sep, 2018 4 commits
-
-
Martin Reinecke authored
allow specification of constants for samples See merge request ift/nifty-dev!103
-
Martin Reinecke authored
-
Martin Reinecke authored
-
Martin Reinecke authored
-
- 08 Sep, 2018 2 commits
-
-
Martin Reinecke authored
Remove MultiField.update() See merge request ift/nifty-dev!102
-
Philipp Arras authored
The reason for this is the following. MultiFields behave very similar to dictionaries except for the fact that dictionaries are mutable and MultiFields are immutable. Therefore, MultiField.update() needs to return a new object. That is different to the dictionary.update() functionality and therefore unintuitive. MultiField.union() can do the exact same thing as update() used to do.
-
- 07 Sep, 2018 1 commit
-
-
Philipp Arras authored
-
- 05 Sep, 2018 3 commits
-
-
Martin Reinecke authored
-
Martin Reinecke authored
-
Martin Reinecke authored
Cleanup See merge request ift/nifty-dev!101
-
- 04 Sep, 2018 3 commits
-
-
Martin Reinecke authored
-
Philipp Arras authored
-
Martin Reinecke authored
-
- 03 Sep, 2018 1 commit
-
-
Martin Reinecke authored
-