Skip to content
Snippets Groups Projects
  1. Feb 24, 2017
  2. Feb 23, 2017
  3. Feb 21, 2017
    • Pablo Piskunow's avatar
      fix bug when an odd number of KPM moments is used · d65a2b4a
      Pablo Piskunow authored and Joseph Weston's avatar Joseph Weston committed
      Also refactor '_update_moments_list' and add some tests
      to check for when an odd number of KPM moments is used.
      d65a2b4a
    • Joseph Weston's avatar
      allow systems to accept named parameters · 886d083c
      Joseph Weston authored
      Hamiltonian value functions may now have signatures that depend on
      different parameters. On finalization, Builders now inspect all of their
      value functions and store the names of the parameters on which the value
      function depends. Then, when evaluating the Hamiltonian, a particular
      value function is only passed the parameters on which it depends.
      
      'System.hamiltonian' has been updated to accept an extra keyword-only
      parameter, 'params', which is a dictionary mapping parameter names to
      values. This is mutually exclusive with the existing '*args'. All
      top-level API that takes an 'args' parameter now also takes a
      keyword-only parameter, 'params'
      886d083c
  4. Feb 16, 2017
    • Pablo Piskunow's avatar
      fix behavior of 'bounds' and 'epsilon' in KPM · ad3ccb0e
      Pablo Piskunow authored and Joseph Weston's avatar Joseph Weston committed
      Now, the tolerance to which the spectral bounds of the Hamiltonian
      are calculated is set by 'epsilon', which also controls the
      rescaling of the Hamiltonian to ensure that the spectral bounds are
      strictly between (-1, 1). Also the spectral bounds are only calculated
      *once* (if not provided by the user).
      ad3ccb0e
  5. Feb 15, 2017
    • Tómas's avatar
      update superconductor tutorial · cafa3e88
      Tómas authored and Joseph Weston's avatar Joseph Weston committed
      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
  6. Feb 02, 2017
  7. Feb 01, 2017
  8. Jan 31, 2017
  9. Jan 30, 2017
  10. Jan 27, 2017
  11. Jan 24, 2017
  12. Jan 22, 2017
  13. Jan 21, 2017
  14. Jan 20, 2017
  15. Jan 19, 2017
  16. Jan 17, 2017
  17. Jan 16, 2017
  18. Jan 15, 2017
  19. Jan 12, 2017
Loading