Requirements
- Python 3.11 or later
- pip (or another Python package manager)
numpy, scipy, scikit-learn, and pandas for numerical simulation, ODE integration, and ML solvers.
Install from PyPI
Install dependencies manually
If you are developing from source or want to manage dependencies yourself:Verify the installation
Every Hardwave session starts with two imports. Thehardwave.stdlib import registers all built-in types and components:
If both counts match, Hardwave is installed correctly.
