Skip to content

Release 2.1

Latest
Compare
Choose a tag to compare
@krivenko krivenko released this 21 Dec 10:55
· 8 commits to master since this release
  • New classes to compute the 3-point fermion-boson susceptibilities, ThreePointSusceptibility, ThreePointSusceptibilityPart and ThreePointSusceptibilityContainer.
  • QuadraticOperator can now be a product of two creators or two annihilators.
  • Renamed type aliases FreqTuple -> FreqTuple3 and FreqVec -> FreqVec3. The old names are still usable but marked as deprecated.
  • Bumped required CMake version to 3.11.0.
  • Bumped required libcommute version to 0.7.2.
  • Use CMake's module FetchContent to fetch libcommute if it is not found locally.
  • Install CMake configuration files into ${CMAKE_INSTALL_PREFIX}/lib/cmake/pomerol, which is the recommended location.
  • New GitHub Actions workflow that builds and installs pomerol on macOS 11.