- Nov 15, 2019
-
-
Joseph Weston authored
The combination of longer timeout and larger number of retries should make the linkcheck sufficiently specific again.
-
Joseph Weston authored
Retrying > once should increase the specificity of the check a lot.
-
- Nov 13, 2019
-
-
Joseph Weston authored
Fixup/qsymm tests See merge request kwant/kwant!330
-
Joseph Weston authored
sympy symbols with 'real' set differently do not hash to the same value (and possibly do not compare equal).
-
Joseph Weston authored
-
Joseph Weston authored
__eq__ for Models just uses allclose anyway.
-
Joseph Weston authored
-
- Nov 12, 2019
-
-
Joseph Weston authored
This is more idiomatic.
-
Joseph Weston authored
Also comment other usages of this parameter.
-
Joseph Weston authored
Qsymm is now installed in the testing image directly
-
Joseph Weston authored
-
- Oct 23, 2019
-
-
Joseph Weston authored
-
Joseph Weston authored
Not providing these is now deprecated. Close #325.
-
Joseph Weston authored
fix kpm.conductivity in the case where 'norbs' is not set See merge request kwant/kwant!321
-
Joseph Weston authored
This does not require assuming that site families have 'norbs' set. Closes #313.
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
fix a bug in kwant.qsymm See merge request kwant/kwant!325
-
- Oct 21, 2019
-
-
Joseph Weston authored
-
Joseph Weston authored
The test suite uses features from the 1.2 release of qsymm.
-
Joseph Weston authored
This is not an API of qsymm.
-
Joseph Weston authored
-
- Sep 06, 2019
-
-
-
Joseph Weston authored
Sphinx 2 got rid of 'sphinx.main' so we can no longer use it.
-
- Aug 30, 2019
-
-
Tómas authored
-
- Jul 15, 2019
-
-
Joseph Weston authored
In pytest v5 the behaviour of str(exc_info) changed. We now use str(exc_info.value) as the canonical way of obtaining the exception message.
-
- Jul 03, 2019
-
-
Joseph Weston authored
Previously when 'attach_lead' would expand a lead unit cell to deal with greater than nearest-neighbor hoppings it would unset the conservation law and discrete symmetries of the lead. Closes #303.
-
- Jun 12, 2019
-
-
Joseph Weston authored
-
Joseph Weston authored
Closes #279.
-
Joseph Weston authored
Closes #214.
-
- Jun 02, 2019
-
-
- May 09, 2019
-
-
Joseph Weston authored
Closes #295.
-
- Apr 09, 2019
-
-
- Apr 08, 2019
-
-
Tómas authored
The function which finds the symmetries of kwant builders does not find all real space symmetries if the unit cell contains more than one sites, because the conversion from builder to qsymm model does not use a basis which preserves information on the real space position of sites. The tests do not catch this, because they only have one site per unit cell. This fixes the basis choice, and adds a test.
-
- Apr 02, 2019
-
-
Christoph Groth authored
-
Christoph Groth authored
-
Christoph Groth authored
-
Christoph Groth authored
-
- Apr 01, 2019
-
-
Christoph Groth authored
Since this does not seem to justify a new bugfix release of Kwant 1.3, I apply this commit to the 1.4 stable branch.
-
Christoph Groth authored
When System.parameters was introduced, we thought it would be a good idea to also use this new attribute. The plan was to check in hamiltonian_submatrix() whether any unneeded parameters are provided by the user. This turned out to be impossible, so the only check that remained was whether all the necessary parameters are indeed provided. However, this check is not necessary, because the 'hamiltonian' method is in any way obliged to signal an error when it does not obtain the necessary parameters.
-