- Jan 19, 2017
-
-
Anton Akhmerov authored
-
- Jan 17, 2017
-
-
Joseph Weston authored
Add tests to make sure we explicity check for `sum == True`
-
- Jan 16, 2017
-
-
Anton Akhmerov authored
This reverts commit e34b4b73.
-
- Jan 15, 2017
-
-
Bas Nijholt authored
-
- Jan 12, 2017
-
-
Joseph Weston authored
Previously, calling an operator would spuriously return a float when the operator was hermitian, even if the bra/ket vectors sandwiching the operator were not the same.
-
Joseph Weston authored
Explicitly initialize pointers to NULL, refrain from using pythonic constructs, e.g. `a or b`, with cython extension types; this causes cython to produce (correct) code where pointers are not cast to the correct type.
-
- Jan 11, 2017
-
-
Fixes issue #74
-
- Jan 10, 2017
-
-
Bas Nijholt authored
-
- Jan 09, 2017
-
-
Joseph Weston authored
-
- Jan 08, 2017
-
-
Pablo Piskunow authored
-
- Jan 05, 2017
-
-
Anton Akhmerov authored
-
Anton Akhmerov authored
-
Anton Akhmerov authored
-
Anton Akhmerov authored
-
- Jan 04, 2017
-
-
Christoph Groth authored
Without this measure, a failed check is no longer detected. This seems to be a bug in gitlab CI.
-
- Dec 31, 2016
-
-
Anton Akhmerov authored
-
- Dec 30, 2016
-
-
Bas Nijholt authored
-
- Dec 21, 2016
-
-
Anton Akhmerov authored
-
Anton Akhmerov authored
-
Anton Akhmerov authored
-
Anton Akhmerov authored
-
- Dec 20, 2016
-
-
Anton Akhmerov authored
-
Anton Akhmerov authored
-
Christoph Groth authored
It has the same problems as setup_requires.
-
Christoph Groth authored
-
Christoph Groth authored
-
Christoph Groth authored
-
Christoph Groth authored
Packages that are mentionned there are installed in a way that bypasses pip: https://pip.pypa.io/en/stable/user_guide/?highlight=setup_requires#installation-bundles
-
Christoph Groth authored
These prefixes were visible, for example when invoking "./setup.py --help build".
-
- Dec 15, 2016
-
-
Anton Akhmerov authored
-
Anton Akhmerov authored
-
Anton Akhmerov authored
-
Anton Akhmerov authored
-
Anton Akhmerov authored
-
Joseph Weston authored
+ References to numpy arrays are removed from docstrings, instead general sequences are accepted + `__call__` no longer returns `where` + a `sum` attribute was added (and the corresponding arg in __init__. If sum==True then __call__ evaluates ∑_{iαβ} φ*_α Q_{iαβ} ψ_β. If sum==False then __call__ evaluates ∑_{αβ} φ*_α Q_{iαβ} ψ_β (i.e. no sum over the site/hopping index i.
-
Joseph Weston authored
-
- Dec 06, 2016
-
-
Tómas authored
-
- Dec 02, 2016
-
-
Christoph Groth authored
-
Tómas authored
-
- Nov 17, 2016
-
-
Christoph Groth authored
-