-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
688d2a5
commit 303c554
Showing
266 changed files
with
21,582 additions
and
4,874 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,3 +54,9 @@ Wired* | |
*.wt | ||
*.tar.gz | ||
*.bson | ||
|
||
#cache files | ||
.chemoton*.pickle | ||
.chemoton*.pkl | ||
.iterable_edit_widget_copy.pkl | ||
test/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "dev"] | ||
path = dev | ||
url = https://github.com/qcscine/development-utils.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
docs/source/readme.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,22 @@ | ||
|
||
[requires] | ||
scine_utilities/[>=4.0.0]@ | ||
scine_sparrow/[>=3.0.0]@ | ||
scine_database/[>=1.0.0]@ | ||
scine_molassembler/[>=1.2.0]@ | ||
scine_utilities/10.0.0@ | ||
scine_sparrow/5.1.0@ | ||
scine_database/1.4.0@ | ||
scine_molassembler/3.0.0@ | ||
scine_readuct/6.0.0@ | ||
scine_serenity_wrapper/3.1.0@ | ||
scine_swoose/2.1.0@ | ||
scine_xtb_wrapper/3.0.1@ | ||
|
||
[options] | ||
scine_utilities:python=True | ||
scine_sparrow:python=True | ||
scine_database:python=True | ||
scine_molassembler:python=True | ||
scine_readuct:python=True | ||
scine_serenity_wrapper:python=True | ||
scine_swoose:python=True | ||
scine_xtb_wrapper:python=True | ||
|
||
[generators] | ||
virtualenv_python |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Minimal makefile for Sphinx documentation | ||
# | ||
|
||
# You can set these variables from the command line. | ||
SPHINXOPTS = "-W" # This flag turns warnings into errors. | ||
SPHINXBUILD = sphinx-build | ||
SPHINXPROJ = PackagingScientificPython | ||
SOURCEDIR = source | ||
BUILDDIR = build | ||
|
||
# Put it first so that "make" without argument is like "make help". | ||
help: | ||
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) | ||
|
||
.PHONY: help Makefile | ||
|
||
# Catch-all target: route all unknown targets to Sphinx using the new | ||
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). | ||
%: Makefile | ||
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
@ECHO OFF | ||
|
||
pushd %~dp0 | ||
|
||
REM Command file for Sphinx documentation | ||
|
||
if "%SPHINXBUILD%" == "" ( | ||
set SPHINXBUILD=sphinx-build | ||
) | ||
set SOURCEDIR=source | ||
set BUILDDIR=build | ||
set SPHINXPROJ=PackagingScientificPython | ||
|
||
if "%1" == "" goto help | ||
|
||
%SPHINXBUILD% >NUL 2>NUL | ||
if errorlevel 9009 ( | ||
echo. | ||
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx | ||
echo.installed, then set the SPHINXBUILD environment variable to point | ||
echo.to the full path of the 'sphinx-build' executable. Alternatively you | ||
echo.may add the Sphinx directory to PATH. | ||
echo. | ||
echo.If you don't have Sphinx installed, grab it from | ||
echo.http://sphinx-doc.org/ | ||
exit /b 1 | ||
) | ||
|
||
%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% | ||
goto end | ||
|
||
:help | ||
%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% | ||
|
||
:end | ||
popd |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
Futher Citations | ||
---------------- | ||
|
||
Specific features which are implemented in or accessible via Heron are described in their | ||
own papers. We kindly ask you to cite these papers when appropriate: | ||
|
||
- | If you are applying SCINE Chemoton: | ||
| J. P. Unsleber, S. A. Grimmel, M. Reiher, "Chemoton 2.0: Autonomous Exploration of Chemical Reaction Networks", J. Chem. Theory Comput., 2022, 18, 5393. | ||
- | If you are applying SCINE Pathfinder in your exploration or analysis: | ||
| P. L. Türtscher, M. Reiher, "Pathfinder - Navigating and Analyzing Chemical Reaction Networks with an Efficient Graph-Based Approach", J. Chem. Inf. Model., 2023, 63, 147. | ||
- | If you are applying kinetic modeling in your exploration or analysis: | ||
| J. Proppe, M. Reiher, "Mechanism Deduction from Noisy Chemical Reaction Networks", J. Chem. Theory Comput., 2019, 15, 357. | ||
| M. Bensberg, M. Reiher, "Concentration-Flux-Steered Mechanism Exploration with an Organocatalysis Application", Isr. J. Chem., 2023, 63, 147. | ||
- | If you are applying the Steering Wheel in your exploration: | ||
| M. Steiner, M. Reiher, "A human-machine interface for automatic exploration of chemical reaction networks", Nat. Commun., 2024, 15, 3680. | ||
- | If you are construct hybrid models or run them in an interactive setting: | ||
| K.-S. Csizi, M. Steiner, M. Reiher, "Nanoscale chemical reaction exploration with a quantum magnifying glass", Nat. Commun., 2024, 15, 5320. | ||
- | If you construct a system-focused atomistic model: | ||
| C. Brunken, M. Reiher, "Self-parametrizing system-focused atomistic models", J. Chem. Theory Comput., 2020, 16, 1646. | ||
- | If you determine the QM region of your hybrid model automatically: | ||
| C. Brunken, M. Reiher, "Automated construction of quantum–classical hybrid models", J. Chem. Theory Comput., 2021, 17, 3797. | ||
- | If you carry out calculations with ReaDuct: | ||
| A. C. Vaucher, M. Reiher, "Minimum Energy Paths and Transition States by Curve Optimization", J. Chem. Theory Comput., 2018, 14, 3091. | ||
- | If you are applying interactive calculations in real-time: | ||
| M. P. Haag, M. Reiher, "Real-Time Quantum Chemistry", Int. J. Quantum Chem. 2013, 113, 8. | ||
| M. P. Haag, M. Reiher, "Studying chemical reactivity in a virtual environment", Faraday Discuss. 2014, 169, 89. | ||
| M. P. Haag, A. C. Vaucher, M. Bosson, S. Redon, M. Reiher, "Interactive Chemical Reactivity Exploration", ChemPhysChem, 2014, 15, 3301. |
Oops, something went wrong.