Skip to content

Commit

Permalink
added workflow figure
Browse files Browse the repository at this point in the history
  • Loading branch information
gorges97 committed Mar 4, 2024
1 parent 5b3eb3a commit f68031d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion _data/keywords.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ runtype:
- cmd: --msreact
type: MSREACT tool
descript: >
Use the mass spectral fragment generator
Use the mass spectral fragment generator.
MSREACT has several individual runtypes. See
url:
text: MSREACT keywords.
Expand Down
4 changes: 2 additions & 2 deletions _data/msreact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ msreactkeywords:
- cmd: ---msnoattrh
descript: >
deactivate attractive potential between hydrogen and LMO centers.
deactivate attractive potential between hydrogen atoms and LMO centers.
- cmd: --msmolbar
descript: >
Expand All @@ -28,7 +28,7 @@ msreactkeywords:
descript: >
do not remove temporary files and MSDIR with constrained optimizations and write
directories for isomers and fragmentpairs, as well as seperated fragment structures in
individual directories. The nomenclature of the directories is `p<number of product>` for isomers and productpairs.
individual directories. The nomenclature of the directories is `p<number of product>` for isomers and product pairs.
For fragments, it is `p<number of corresponding product pair>f<number of respective fragment>`.
- cmd: --chrg <int>
Expand Down
Binary file added assets/images/msreact-algo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions page/examples/msreact-example_1.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ permalink: /page/examples/msreact/example_1.html
{% include image.html file="msreact-example-1-1.png" alt="Bacillaene at GFN-FF level" caption="Most stable gas-phase structure of 2-pentanone at charge +1 with GFN2-xTB." max-width=400 %}


We want to investigate the fragmentation reactions of 2-pentanone in an EI-MS experiment. Therefore, we provide the lowest conformer found by `CREST` at charge +1 as input <2-pentanone.xyz>. We only want to get unique fragments so we use the -msmolbar flag to sort out duplicates with `molbar`. Before starting crest, we should make sure that `molbar` is properly installed and in our path.
We want to investigate the fragmentation reactions of 2-pentanone in an EI-MS experiment. Therefore, we provide the lowest conformer found by `CREST` at charge +1 as input <2-pentanone.xyz>. We only want to get unique fragments so we use the -msmolbar flag to sort out duplicates with `molbar`. Before starting crest, we should make sure that `molbar` is properly installed and can be executed globally.
{: .text-justify }


Expand Down Expand Up @@ -700,6 +700,5 @@ CREGEN> running RMSDs ... done.
</div>
{% include defaulttab.html %}

CREST produces 25 unique products and writes them sorted according to their relative energy to
to the file `crest_msreact_products.xyz`. Isomers are also written to `isomers.xyz`, fragmentpairs to `fragmentpairs.xyz`.
CREST produces 25 unique products and writes them sorted according to their relative energy to the file `crest_msreact_products.xyz`. Additionally, isomers are written to `isomers.xyz`, fragmentpairs to `fragmentpairs.xyz`.
{: .text-justify }
2 changes: 2 additions & 0 deletions page/overview/workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ action products.
{: .text-justify }
{% include image.html file="msreact-algo.png" alt="MSREACT fragment generation workflow." caption="Basic concept of the MSREACT fragment generation workflow with the 2-pentanone molecule as an example." max-width=1000 %}
[Go to the MSREACT keyword documentation <i class="fa-solid fa-book"></i>]({{site.baseurl}}/page/documentation/msreact.html){: .btn .btn-blue }
Expand Down

0 comments on commit f68031d

Please sign in to comment.