You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.