Skip to content
Snippets Groups Projects
  1. Mar 14, 2017
  2. Mar 13, 2017
  3. Mar 10, 2017
  4. Mar 09, 2017
  5. Mar 08, 2017
  6. Mar 06, 2017
  7. Feb 24, 2017
  8. Feb 23, 2017
  9. 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
  10. 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
  11. 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
  12. Feb 02, 2017
  13. Feb 01, 2017
  14. Jan 31, 2017
  15. Jan 30, 2017
  16. Jan 27, 2017
Loading