Skip to content
Snippets Groups Projects
  1. May 19, 2017
  2. May 18, 2017
  3. May 17, 2017
  4. May 14, 2017
  5. May 13, 2017
  6. May 12, 2017
  7. May 11, 2017
  8. Apr 26, 2017
    • Rafal Skolasinski's avatar
      doc: rewrite discretizer example to work with wraparound · a96e5f00
      Rafal Skolasinski authored
      Current implementation uses ``kwant.physics.Bands``. This example fails
      when one substitute ``k_x**2`` with for example ``k_x**4`` due to farther
      then nearest neighbours hoppings. Using wraparound provides also easier way
      to extend it to multidimensional band structures (except of plotting).
      a96e5f00
  9. Apr 24, 2017
  10. Apr 18, 2017
  11. Apr 12, 2017
  12. Mar 30, 2017
  13. Mar 21, 2017
  14. Mar 20, 2017
  15. Mar 13, 2017
  16. Feb 15, 2017
    • Tómas's avatar
      update superconductor tutorial · cafa3e88
      Tómas authored
      Uses the new conservation law and discrete symmetry interface
      to Builder, and illustrates the separation of the scattering matrix into
      blocks depending on conservation law eigenvalue.
      cafa3e88
  17. Feb 02, 2017
    • Joseph Weston's avatar
      correctly document `__call__` for operators · 8fc151eb
      Joseph Weston authored
      Also improve the documentation for operators in general.
      
      special methods are not included by autodocs by default, and
      as class documentation pages are generated by autosummary,
      we cannot just explicitly include __call__. We get around this
      by using a custom autosummary template for the operator classes.
      
      For cython extension modules, the method signature for __call__
      is still not embedded properly.
      See https://github.com/cython/cython/issues/1577.
      8fc151eb
Loading