|
Maestro 0.1.0
Unified interface for quantum circuit simulation
|
Install the Python bindings via pip. This automatically handles most dependencies.
Prerequisites:
libfftw3-dev, libboost-all-dev (Ubuntu/Debian)To build the C++ library and executable:
The build.sh script automatically downloads and builds required dependencies (Eigen, QCSim, etc.) locally.
Install these packages before building from source:
Ubuntu/Debian:
Fedora/RHEL:
macOS:
Qiskit Aer support is optional. To enable it:
libopenblas-dev).Provide Aer Source and install:
Or using build.sh:
If you have dependencies installed in non-standard locations, you can override the automatic fetching:
**maestro.so not found**: Add the installation path to your library path:
-dev or -devel packages installed (e.g., libfftw3-dev), as the build process requires header files.