Skip to content
Snippets Groups Projects
  1. Dec 21, 2016
  2. Dec 20, 2016
  3. Dec 19, 2016
  4. Dec 16, 2016
  5. Dec 15, 2016
  6. Dec 14, 2016
  7. Dec 13, 2016
    • Pablo Piskunow's avatar
      Make SpectralDensity fully deterministic. · 5e6b53b9
      Pablo Piskunow authored
      Different instances created with the same numpy random seed, used to create
      slight different `moments_list`.
      The randomness came from `scipy.sparse.linalg.eigh`, where a residual vector
      `v0` is chosen randomly, unless deternimend. Now `v0` is generated with
      `vector_factory`, so `when numpy.random.seed` is set to the same value between
      different creations of an instance of `SpectralDensity`, the moments and
      therefore, the densities are the same.
      5e6b53b9
  8. Dec 08, 2016
  9. Nov 17, 2016
  10. Nov 16, 2016
  11. Nov 11, 2016
  12. Nov 10, 2016
  13. Nov 09, 2016
    • Pablo Piskunow's avatar
      updates: better docstrings, __init__ can take kwant.operators, both operators... · 96d51967
      Pablo Piskunow authored
      updates: better docstrings, __init__ can take kwant.operators, both operators and hamiltonians are converted to scipy.sparse.linalg.LinearOperator to perform matvec multiplications, function __call__ can take scalar or array arguments and returns the explicit evaluation of the polinomial, method average now uses scipy.integrate.simps, method set_energy_spacing changed to increase_energy_resolution.
      96d51967
  14. Nov 01, 2016
  15. Oct 31, 2016
  16. Oct 28, 2016
  17. Oct 26, 2016
Loading