vizchemoton
Visualization of the reaction networks from Chemoton, including networks, energies, molecular models and profiles, based in Bokeh
Science Score: 65.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 1 DOI reference(s) in README -
○Academic publication links
-
○Academic email domains
-
✓Institutional organization owner
Organization qcscine has institutional domain (scine.ethz.ch) -
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.1%) to scientific vocabulary
Repository
Visualization of the reaction networks from Chemoton, including networks, energies, molecular models and profiles, based in Bokeh
Basic Info
Statistics
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 1
Metadata Files
README.md
VizChemoton - Visualization of Reaction Networks Generated with Chemoton
VizChemoton allows the visualization of chemical reaction networks (CRNs) constructed by Chemoton through the generation of standalone HTML files with amk-tools, allowing the user to easily interact with the network just via browser.

The image above shows which type of visualization (network on the left, structure on the right) the HTML file permits
Table of Contents
- Introduction to Chemoton
- Introduction to amk-tools
- VizChemoton Code Overview
- Dependencies
- Installation
- Usage of the HTML Files
- References
- Support and Contact
1. Introduction to Chemoton
The research group of Markus Reiher at ETH Zürich has developed the software enviroment SCINE ("Software for Chemical Interaction Networks")[1] which pursues the performance of quantum chemical calculations with special focus on algorithmic stability, automation, interactivity, efficiency and error control. In this context, Chemoton is the SCINE module in charge of constructing CRNs in a fully automated fashion based on first-principles.[2]
The reaction network results from Chemoton can be visualized with the graphical user interface developed in the same SCINE framework, named Heron.[3] This GUI has many functionalities beyond visualization, such as monitoring and steering the exploration, as well as creating json files to make the whole process reproducible.
Here we offer a complementary visualization tool aimed at providing an interactive visualization of the CRN without any previous dependencies. We highlight, however, that VizChemoton is just meant for creating a light-weight and convenient visualization format of the CRN, thus making it easily accessible to the scientific community.
2. Introduction to amk-tools
The research group of Carles Bo at ICIQ (Tarragona, Spain) developed a library, named amk-tools allowing the reading, processing and visualizing the reaction networks[4] constructed by AutoMeKin, an automated reaction discovery program developed by Emilio Martinez Nuñez (Galicia, Spain).[5]
Here we tailor the application of amk-tools to the visualization of CRNs constructed with Chemoton.
3. VizChemoton Code Overview
In the following diagram we describe the modules that VizChemoton uses to generate the .html file. The full workflow starts from querying the MongoDB (1) using the SCINE modules (2) to obtain the reactions and compounds of the reaction network. Because querying the MongoDB might be a time-consuming step, we have enabled the option to export the network as a .json file, so that for future runs, the network can be directly imported (a). The reaction and compounds data are also stored in a .csv and .json files respectively (b). This allows importing the reaction and compound data without querying MongoDB nor the SCINE dependencies. To generate the visualization of the network, the amk-tools is called (4) which ultimately writes the .html file (5).
Notice that the chemical data present in the network.html can also be converted into pairs of input-ouput files using json2orca (c) so that the data can be uploaded in the FAIR repository ioChem-BD (d). In section 5 we show how network.html and data in ioChem-BD complement each other.

4. Dependencies
Dependencies are detailed in the requirements.txt file and in the table below.
| Package | Version | |-----------------|---------| | python | 3.6.x | | amktools | 0.0.0 | | jinja2 | 3.0.0 | | scine-chemoton | 3.1.0 | | scine-database | 1.3.0 | | scine-sparrow | 5.1.0 | | scine-utilities | 8.0.0 | | pyyaml | 6.0.1 | | network | 2.5.1 |
5. Installation
Here we provide a short installation guide for VizChemoton based on using an anaconda environment (e.g., my_env).
```bash
Initialize conda
source $(conda info --base)/etc/profile.d/conda.sh
Create the conda environment with Python 3.6
conda create --name my_env python=3.6
Activate the conda environment
conda activate my_env
Install Chemoton
git clone https://github.com/qcscine/chemoton.git cd chemoton git checkout 3.1.0
make sure python3 from my_env is called
python3 -m pip install -r requirements.txt python3 -m pip install . cd ..
Install amk-tools
git clone https://gitlab.com/dgarayr/amktools.git cd amktools python3 -m pip install -e . cd ..
Install VizChemoton
git clone https://github.com/petrusen/vizchemoton.git cd vizchemoton python3 -m pip install -r ./requirements.txt python3 -m pip install .
```
6. Example
Before running the code, the user should edit the config.yaml to tailor the application of VizChemoton to the given specific system. Even so, the default config.yaml is set to that the user can run VizChemoton just out-of-the-box with the data in the ./vizchemoton/resources folder. In the .docs/manual.md we provide a detailed explanation of the parameters in config.yaml.
```bash
Activate conda environment
conda activate my_env
Edit the config file
vi config.yaml
Run the code of this repository (at the /vizchemoton level) to obtain the html
python3 -m viz_chemoton.py
```
The code renders a .html file, with the path and name specified by the user, which contains the compounds and reactions of the reaction network.
6.1 Usage of the HTML File
Double-clicking the .html file will open a dashboard similar to the diagram below, where we have depicted the description of the main built-in functionalities.

If the reader wishes to find a specific molecule in the network, we recommend using the Find module of ioChem-BD. The diagram below shows the three steps: (1) select search by structure, (2) draw the chemical structure that you are interested in, (3) if Results is greater than 0 press the button go. This will redirect you to the Browse module, where all the calculations involving the drawn structure will be listed. Next, you should search on the right-side of the screen the box named Author, and click the name Enric Petrus. The Title name of the searched structure will be the same as the one in the network html file.

References
- T. Weymuth, J. P. Unsleber, P. L. Türtscher, M. Steiner, J.-G. Sobez, C. H. Müller, M. Mörchen, V. Klasovita, S. A. Grimmel, M. Eckhoff, K.-S. Csizi, F. Bosia, M. Bensberg, M. Reiher, J. Chem. Phys., 2024, 160, 222501.
- a) Gregor N. Simm, Markus Reiher. J. Chem. Theory Comput. 2017, 13, 12, 6108-6119. b) Jan P. Unsleber, Stephanie A. Grimmel, Markus Reiher. J. Chem. Theory Comput. 2022, 18, 9, 5393-5409
- C. H. Müller, M. Steiner, J. P. Unsleber, T. Weymuth, M. Bensberg, K.-S. Csizi, M. Mörchen, P. L. Türtscher, M. Reiher, J. Phys. Chem. A, 2024, 128, 9028−9044. (DOI: 10.48550/arXiv.2406.09541)
- Diego Garay-Ruiz, Moises Alvarez-Moreno, Carles Bo, Emilio Martinez-Nunez. ACS Phys. Chem Au 2022, 2, 3, 225-236.
- E. Martínez-Núñez, G. L. Barnes, D. R. Glowacki, S. Kopec, D. Peláez, A. Rodríguez, R. Rodríguez-Fernández, R. J. Shannon, J. J. P. Stewart, P. G. Tahoces, S. A. Vazquez, J. Comput. Chem. 2021, 42(28), 2036.
Support and Contact
Should you find any problem or bug, please write a short message to enric.petrus@eawag.ch
Owner
- Name: scine
- Login: qcscine
- Kind: organization
- Email: scine@phys.chem.ethz.ch
- Location: Zurich, Switzerland
- Website: https://scine.ethz.ch/
- Repositories: 9
- Profile: https://github.com/qcscine
Software for Chemical Interaction Networks, developed in the Reiher group at ETH Zurich
Citation (CITATION.cff)
cff-version: 1.0.0
message: "If you use this software, please cite it as follows:"
authors:
- name: "Enric Petrus"
- name: "Diego Garay-Ruiz"
- name: "Carles Bo"
- name: "Markus Reiher"
- name: "Thomas B. Hofstetter"
title: "VizChemoton v1.0.0"
version: "1.0.0"
date-released: "2025-02-01"
publisher: "Zenodo"
doi: "10.5281/zenodo.14803803"
url: "https://doi.org/10.5281/zenodo.14803803"
identifiers:
- type: "swh"
value: "swh:1:dir:16c89aa448c29db693c0c2b5ccb481184d35eb17;origin=https://doi.org/10.5281/zenodo.14803802;visit=swh:1:snp:cdcf4a556e5ead137e2a61f78a5e8f59bb72ea57;anchor=swh:1:rel:2e766921cb0c2cab8ada32276e6d4ecc6afa5e4a;path=petrusen-vizchemoton-1ec457d"
GitHub Events
Total
- Watch event: 1
- Push event: 1
- Create event: 2
Last Year
- Watch event: 1
- Push event: 1
- Create event: 2
Issues and Pull Requests
Last synced: 8 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- Jinja2 ==3.0.0
- networkx ==2.5.1
- pyyaml ==6.0.1
- scine-chemoton ==3.1.0
- scine-database ==1.3.0
- scine-sparrow ==5.1.0
- scine-utilities ==8.0.0