Skip to content

Commit

Permalink
Deploy website
Browse files Browse the repository at this point in the history
  • Loading branch information
rashatwi committed Apr 18, 2024
0 parents commit 9968b09
Show file tree
Hide file tree
Showing 390 changed files with 85,388 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
7 changes: 7 additions & 0 deletions docs/source/setup.rst
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 added doctrees/changelog.doctree
Binary file not shown.
Binary file added doctrees/citing.doctree
Binary file not shown.
Binary file added doctrees/environment.pickle
Binary file not shown.
Binary file added doctrees/index.doctree
Binary file not shown.
Binary file added doctrees/installation/configuration.doctree
Binary file not shown.
Binary file added doctrees/installation/dependencies.doctree
Binary file not shown.
Binary file added doctrees/installation/index.doctree
Binary file not shown.
Binary file added doctrees/installation/test.doctree
Binary file not shown.
Binary file added doctrees/keywords.doctree
Binary file not shown.
Binary file added doctrees/license.doctree
Binary file not shown.
Binary file added doctrees/mispr.common.doctree
Binary file not shown.
Binary file added doctrees/mispr.doctree
Binary file not shown.
Binary file added doctrees/mispr.gaussian.doctree
Binary file not shown.
Binary file added doctrees/mispr.gaussian.firetasks.doctree
Binary file not shown.
Binary file added doctrees/mispr.gaussian.fireworks.doctree
Binary file not shown.
Binary file added doctrees/mispr.gaussian.utilities.doctree
Binary file not shown.
Binary file added doctrees/mispr.gaussian.workflows.base.doctree
Binary file not shown.
Binary file added doctrees/mispr.gaussian.workflows.doctree
Binary file not shown.
Binary file added doctrees/mispr.hybrid.doctree
Binary file not shown.
Binary file added doctrees/mispr.hybrid.firetasks.doctree
Binary file not shown.
Binary file added doctrees/mispr.hybrid.workflows.doctree
Binary file not shown.
Binary file added doctrees/mispr.lammps.doctree
Binary file not shown.
Binary file added doctrees/mispr.lammps.firetasks.doctree
Binary file not shown.
Binary file added doctrees/mispr.lammps.fireworks.doctree
Binary file not shown.
Binary file added doctrees/mispr.lammps.tests.doctree
Binary file not shown.
Binary file added doctrees/mispr.lammps.utilities.doctree
Binary file not shown.
Binary file added doctrees/mispr.lammps.workflows.doctree
Binary file not shown.
Binary file added doctrees/modules.doctree
Binary file not shown.
Binary file added doctrees/overview.doctree
Binary file not shown.
Binary file added doctrees/resources/faq.doctree
Binary file not shown.
Binary file added doctrees/resources/resources.doctree
Binary file not shown.
Binary file added doctrees/setup.doctree
Binary file not shown.
Binary file added doctrees/workflows/basics.doctree
Binary file not shown.
Binary file added doctrees/workflows/custom.doctree
Binary file not shown.
Binary file added doctrees/workflows/supported.doctree
Binary file not shown.
Binary file added doctrees/workflows/tutorials.doctree
Binary file not shown.
4 changes: 4 additions & 0 deletions html/.buildinfo
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 html/_downloads/06920989aa58eec95718018206509e48/nmr_citation.bib
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 html/_downloads/d67a679cb2e669df06832fe26664fc83/esp_tutorial.py
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)!
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}
}
Binary file added html/_images/analysis.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/_images/convergence.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/_images/document.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/_images/overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/_images/summary.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/_images/workflow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 9968b09

Please sign in to comment.