Skip to content
Snippets Groups Projects
  1. May 05, 2017
    • Rafal Skolasinski's avatar
      fix bug of repeated substitutions · f57b8612
      Rafal Skolasinski authored and Bas Nijholt's avatar Bas Nijholt committed
      Calling "kwant.continuum.discretize('A * k_x', substitutions={'A': 'A + B'})"
      ends with performing substitutions twice. Fixed by removing redundant second
      substitution. Fixes issue #121.
      f57b8612
  2. May 04, 2017
  3. Apr 28, 2017
  4. Apr 27, 2017
  5. Apr 26, 2017
  6. Apr 25, 2017
  7. Apr 24, 2017
  8. Apr 19, 2017
    • Joseph Weston's avatar
      add tests and fixes for an edge case in wraparound · 08e4df6a
      Joseph Weston authored
      When the fundamental domains of the constituent symmetries
      of a wrapped around system do not coincide, it was previously
      possible for wrapping around to fail when 'keep' was provided,
      even if wrapping around succeeded with 'keep=None'.
      08e4df6a
  9. Apr 18, 2017
  10. Apr 12, 2017
  11. Apr 11, 2017
  12. Apr 05, 2017
  13. Mar 30, 2017
  14. Mar 28, 2017
  15. Mar 24, 2017
    • Joseph Weston's avatar
      CI: remove host key checking when uploading documentation · 836179ed
      Joseph Weston authored
      Previously we used 'ssh-keyscan' on every upload, so derived
      no security from host key checking. 'ssh-keyscan' caused the CI
      server's IP to be blacklisted, so now we just ignore the host key
      entirely. We never send private information, so this is fine.
      836179ed
  16. Mar 23, 2017
    • Joseph Weston's avatar
      CI: separate conda packaging into separate jobs · 33d6364f
      Joseph Weston authored
      We previously restricted conda package uploading to master branch on the
      main Kwant repository, as otherwise this step would fail for forked
      repositories without a valid anaconda key. Now we build the conda
      packages and upload to anaconda in two separate jobs, and the upload job
      is only run on the main Kwant repository.
      33d6364f
    • Joseph Weston's avatar
      change TranslationalSymmetry.act() to reject non-integer input · 3bb749eb
      Joseph Weston authored
      Previously, if a tuple of floats was passed as the 'domain' argument to
      'act' then the tags of the resulting sites would be floats, rather than
      integers. This is because the tags of sites created inside 'act' were
      not normalized to integers, as they would usually be, and this causes
      bugs in other locations where an integer dtype is assumed.
      3bb749eb
  17. Mar 22, 2017
  18. Mar 21, 2017
  19. Mar 20, 2017
  20. Mar 17, 2017
  21. Mar 16, 2017
Loading