Clean Numerical Simulation code generater using Python.
git clone https://github.com/Zilpher/cnspy.git
cd cnspy- Click the Code button on the repository page.
- Select Download ZIP.
- Extract the contents to your desired location.
Ensure the following dependencies are installed with the minimum versions:
- GCC: 4.8.5 or higher
- OpenMPI: 2.1.0 or higher
- GMP: 6.1.0 or higher
- MPFR: 4.2.0 or higher
conda create -n <envname> # Replace <envname> with your environment name
conda activate <envname>conda install numpy sympy scipy paramiko setuptools ipykernelpython setup.py bdist_wheel
pip install dist/cnspy-1.0-py3-none-any.whlTo remove the package, use:
pip uninstall cnspyTo reinstall or update the package, use:
pip install dist/cnspy-1.0-py3-none-any.whl --force-reinstall- Navigate to the
examplefolder. - Open a
*.ipynbfile using Jupyter Notebook. - Run the notebook to test the functionality.
For detailed documentation and additional examples, please refer to the documentation page.
This project is licensed under the MPL-2.0 license. See the LICENSE file for details.
Contributions, issues, and feature requests are welcome! Feel free to check the issues page or submit a pull request.
Happy using with cnspy! 🚀