-
Notifications
You must be signed in to change notification settings - Fork 6
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
0 parents
commit 7dfce1a
Showing
390 changed files
with
85,312 additions
and
0 deletions.
There are no files selected for viewing
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,7 @@ | ||
setup module | ||
============ | ||
|
||
.. automodule:: setup | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: 53aa0c497316ff79c248f7e4f876c526 | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
10 changes: 10 additions & 0 deletions
10
html/_downloads/06920989aa58eec95718018206509e48/nmr_citation.bib
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,10 @@ | ||
@article{atwi2022automated, | ||
title={An automated framework for high-throughput predictions of NMR chemical shifts within liquid solutions}, | ||
author={Atwi, Rasha and Chen, Ying and Han, Kee Sung and Mueller, Karl T and Murugesan, Vijayakumar and Rajput, Nav Nidhi}, | ||
journal={Nature Computational Science}, | ||
volume={2}, | ||
number={2}, | ||
pages={112--122}, | ||
year={2022}, | ||
publisher={Nature Publishing Group} | ||
} |
16 changes: 16 additions & 0 deletions
16
html/_downloads/d67a679cb2e669df06832fe26664fc83/esp_tutorial.py
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,16 @@ | ||
from fireworks import LaunchPad | ||
|
||
from mispr.gaussian.workflows.base.esp import get_esp_charges | ||
|
||
lpad = LaunchPad.auto_load() | ||
|
||
wf, _ = get_esp_charges( | ||
mol_operation_type="get_from_pubchem", # (1)! | ||
mol="monoglyme", | ||
format_chk=True, | ||
save_to_db=True, | ||
save_to_file=True, | ||
additional_prop_doc_fields={"name": "monoglyme"}, | ||
tag="mispr_tutorial", | ||
) | ||
lpad.add_wf(wf) # (2)! |
5 changes: 5 additions & 0 deletions
5
html/_downloads/fdd29a5720b48392c0789affcc4fb5e8/mispr_citation.bib
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,5 @@ | ||
@article{atwi2022mispr, | ||
title={MISPR: An automated infrastructure for high-throughput DFT and MD simulations}, | ||
author={Atwi, Rasha and Bliss, Matthew and Makeev, Maxim and Rajput, Nav Nidhi}, | ||
year={2022} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.