Skip to content
Snippets Groups Projects
  1. Oct 05, 2019
  2. Apr 08, 2019
  3. Jan 28, 2019
  4. Nov 08, 2018
    • Jonas Greitemann's avatar
      Implement SVM interface for frustmag simulation · 97adcfd8
      Jonas Greitemann authored
      Added frustmag_config_policy, derived from monomial_config_policy.
      
      New executables for svm-order-params:
      * frustmag-learn
      * frustmag-test
      * frustmag-coeffs
      
      Configure project for use of specific Hamiltonian and lattice, e.g.:
      
          cmake -DHAMILTONIAN=heisenberg -DLATTICE=kagome ..
      97adcfd8
  5. May 29, 2018
  6. May 25, 2018
  7. May 07, 2018
  8. Jan 30, 2018
    • Jonas Greitemann's avatar
      Hardened filesystem path operations · 8c441be6
      Jonas Greitemann authored
      Allow for basename with periods (useful with parameter variations and batch
      scripting). No longer using the alps::fs functions but relying on C++17's
      std::filesystem which is still experimental. Also replaced the ALPS
      convenience_params header with a custom version to use those.
      8c441be6
Loading