Skip to content
Snippets Groups Projects
  1. Sep 20, 2018
  2. Sep 05, 2018
  3. Aug 22, 2018
  4. Aug 17, 2018
  5. Aug 14, 2018
  6. Aug 13, 2018
  7. Aug 11, 2018
  8. Aug 09, 2018
  9. Aug 08, 2018
  10. Aug 06, 2018
  11. Aug 03, 2018
  12. Aug 02, 2018
  13. Aug 01, 2018
  14. Jul 31, 2018
    • Joseph Weston's avatar
      Merge branch 'issue_203' into 'stable' · 173a8615
      Joseph Weston authored
      Fix compatibility issues with Sympy 1.2.
      
      Closes #203.
      
      See merge request kwant/kwant!228
      173a8615
    • Rafal Skolasinski's avatar
      take site position from underlying discretizer lattice · b0211f10
      Rafal Skolasinski authored and Joseph Weston's avatar Joseph Weston committed
      Previously we were manually computing the position from
      the site tag an an extra 'grid_spacing' parameter. Even
      though we now have one additional Python function call,
      using the position as determined by the underlying lattice
      is less susceptible to bugs.
      
      Closes #199.
      b0211f10
    • Rafal Skolasinski's avatar
      Fix compatibility issues with Sympy 1.2. Closes #203. · da8dc832
      Rafal Skolasinski authored and Joseph Weston's avatar Joseph Weston committed
      SymPy 1.2 brought changes to LambdaPrinter that broke kwant.continuum
      for inputs containing functions like "sin", "cos", or constant "pi".
      By this fix we assert that "kwant.continuum.sympify" represents in
      its output all functions as AppliedUndef in favour to built-in SymPy
      functions. We also put a hard constaint that all functions and constants
      in the input expression (with except to pi) must be provided through params.
      da8dc832
Loading