Skip to content
Snippets Groups Projects
  1. Nov 15, 2019
  2. Nov 13, 2019
  3. Nov 12, 2019
  4. Oct 23, 2019
  5. Oct 21, 2019
  6. Sep 06, 2019
  7. Aug 30, 2019
  8. Jul 15, 2019
  9. Jul 03, 2019
  10. Jun 12, 2019
  11. Jun 02, 2019
  12. May 09, 2019
  13. Apr 09, 2019
  14. Apr 08, 2019
    • Tómas's avatar
      Use correct bloch basis in qsymm wrapper. · fc36c935
      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.
      fc36c935
  15. Apr 02, 2019
  16. Apr 01, 2019
    • Christoph Groth's avatar
      document minor backwards-incompatible change in Kwant 1.3 · 85de658e
      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.
      85de658e
    • Christoph Groth's avatar
      fix avoidable backwards incompatibility: System.parameters · 2d3c51ad
      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.
      2d3c51ad
Loading