Recent Releases of impurity

impurity - Parallel Computation

This release brings parallel computation.

What's Changed

  • Feat pair wavefunction by @Duumbo in https://github.com/Duumbo/impurity/pull/3
  • Parallelisation and GeneralParameterMap by @Duumbo in https://github.com/Duumbo/impurity/pull/4

Full Changelog: https://github.com/Duumbo/impurity/compare/v0.1.0...v0.1.1

- Rust
Published by Duumbo 10 months ago

impurity - v0.1.0

What this code can do

  • Converge mean energy
  • Minimise mean energy ## What's tested
  • <O>
  • <HO>
  • <OO>
  • S
  • <E>
  • O_{k\mu} ## What's Changed
  • (style) Fixed warnings by @Duumbo in https://github.com/Duumbo/impurity/pull/1
  • Feat pair wavefunction by @Duumbo in https://github.com/Duumbo/impurity/pull/2

New Contributors

  • @Duumbo made their first contribution in https://github.com/Duumbo/impurity/pull/1

Full Changelog: https://github.com/Duumbo/impurity/compare/v0.1.0-alpha...v0.1.0

- Rust
Published by Duumbo 12 months ago

impurity - First MC iteration

In this version, we can compute the first Iteration of the Variationnal Monte-Carlo on a random state. To run the script, simply cargo run -r

Currently Implemented:

  • Internal Product calculation
  • Internal Product update
  • Hamiltonian terms
  • Random hopping interface

Full Changelog: https://github.com/Duumbo/impurity/commits/v0.1.0-alpha

- Rust
Published by Duumbo over 1 year ago