- 30 Jun, 2022 9 commits
-
-
Anton Akhmerov authored
-
Anton Akhmerov authored
-
Anton Akhmerov authored
-
Anton Akhmerov authored
-
Anton Akhmerov authored
-
Anton Akhmerov authored
-
Anton Akhmerov authored
-
Anton Akhmerov authored
Saving qsymm models Closes #34 See merge request !23
-
-
- 15 Jun, 2022 6 commits
-
-
Isidora Araya authored
-
Isidora Araya authored
-
Isidora Araya authored
-
Isidora Araya authored
-
Isidora Araya authored
-
Isidora Araya authored
-
- 01 Nov, 2020 6 commits
-
-
Anton Akhmerov authored
-
Anton Akhmerov authored
-
Anton Akhmerov authored
fix python 3.9 support See merge request !21
-
Anton Akhmerov authored
-
Anton Akhmerov authored
-
Anton Akhmerov authored
-
- 23 Oct, 2020 2 commits
-
-
Dániel Varjas authored
fix multiple warnings See merge request !19
-
- Use the undeprecaded sympy objects and imports - Avoid potentially creating an array of arrays with different shape - Properly use pytest.warns
-
- 22 Sep, 2020 1 commit
-
-
Dániel Varjas authored
-
- 03 Aug, 2020 1 commit
-
-
Dániel Varjas authored
Mitigate setuptools warning See merge request !18
-
- 17 Jul, 2020 1 commit
-
-
Viacheslav Ostroukh authored
Since setuptools-49.2.0 importing distutils before setuptools started to raise a warning. Moving importing _version.py to the top mitigates this warning.
-
- 13 Nov, 2019 4 commits
-
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
This is a decent integration test. Closes #9.
-
- 12 Nov, 2019 6 commits
-
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
Coverage percentage is directly reported by GitLab when it parses the terminal output of the test run. We do not really need a more detailed coverage report, and if we do so we can generate it locally.
-
Joseph Weston authored
Sparse matrix reshaping is not guaranteed to keep the same sparse format.
-
Joseph Weston authored
downgrade scipy version requirement See merge request !12
-
- 11 Nov, 2019 4 commits
-
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
We use sparse matrix reshaping, which is only in newer version of scipy. We want to maintain version compatibility with Kwant, so we get around this by vendoring the relevant functionality and monkey-patching scipy.
-
Joseph Weston authored
-