The SIMPSON GUI project provides a streamlined Graphical User Interface (GUI), created using Streamlit, to simplify the creation of SIMPSON files for NMR simulations. By using this interface, you can generate SIMPSON input files.
- Install Streamlit.
- Clone the repository to your local machine:
git clone https://github.com/dnp-grenoble/simpson_gui.git
- Install dependencies:
pip install -r requirements.txt
- Navigate to the project directory.
- Launch the application using Streamlit:
streamlit run Homepage.py
- User-friendly interface to configure and generate SIMPSON files.
- Integrated utilities for handling
xyzfiles and dipolar couplings. - Customizable settings for execution methods and propagation techniques.
- Helpful tools to configure optimal verbosity levels for simulations.
For additional details, please refer to the functionality described in Homepage.py.
More pulse sequences will be added in due course.
Contributions are welcome! Please feel free to submit issues or pull requests to enhance the project.
This project is licensed under the MIT License. See the LICENSE file for details.
For further help, please open an issue in the repository or consult the documentation linked within the app.