Victoria Peterson - 15476758
To run the simulations and generate plots, follow these steps:
-
Clone the repository:
gh repo clone karolina-chl/ScientificComputing_Set2
-
Create and activate a virtual environment:
python -m venv venv venv/bin/activate # On Windows: venv\Scripts\activate -
Install Dependencies: Ensure you have all the required dependencies installed. You can install them using the
requirements.txtfile:pip install -r requirements.txt
-
Initialize Directories as Packages: This step will ensure that all function imports from different directories are recognized by initializing the directories as packages in the virtual environment. This step may be unnecessary if your IDE automatically established the environmental variable
PYTHON_PATHfor your imports:pip install -e . -
Run: You can run
If you would like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bugfix.
- Make your changes and commit them with clear and concise messages.
- Push your changes to your forked repository.
- Create a pull request to the main repository.
This project is licensed under the MIT License. See the LICENSE file for more details.