The ALPS project (Algorithms and Libraries for Physics Simulations) is an open-source effort aiming at providing high-end simulation codes for strongly correlated quantum mechanical systems as well as C++ libraries for simplifying the development of such code. ALPS strives to increase software reuse in the physics community.
The ALPS project (Algorithms and Libraries for Physics Simulations) is an open-source effort aiming at providing high-end simulation codes for strongly correlated quantum mechanical systems as well as C++ libraries for simplifying the development of such code. ALPS strives to increase software reuse in the physics community.
To install alps, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install alps
To see what files were installed by alps, run:
port contents alps
To later upgrade alps, run:
sudo port selfupdate && sudo port upgrade alps
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.