Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hauck-as committed Nov 12, 2024
1 parent d318e2a commit aa7d0b6
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ authors:
given-names: "Alexander"
orcid: "https://orcid.org/0000-0002-6402-2343"
title: "findTDE"
version: 1.1.5
version: 1.1.6
date-released: 2023-09-27
url: "https://github.com/hauck-as/findTDE"
1 change: 1 addition & 0 deletions docs/GaN_findTDE_example.ipynb
4 changes: 1 addition & 3 deletions docs/Tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,4 @@ Example calculations using ``findTDE`` with ``VASP`` and ``LAMMPS`` including da
.. toctree:
:maxdepth: 2
GaN VASP
GaN LAMMPS
AlN VASP
GaN_findTDE_example
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
author = 'Alexander S. Hauck'

release = '1.1'
version = '1.1.5'
version = '1.1.6'

# -- General configuration

Expand Down
6 changes: 0 additions & 6 deletions docs/dev_todo.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
# `findTDE` upcoming work
* remove dependence on slurm submission script and make more transferrable
-> how to do: need most of script to operate in typical directory and exclusively perform VASP calculations outside
* script itself may be fine, just replacing slurm submission with vasp execution
* maybe use flags in pbs script to determine when to perform elsewhere: execute find_tde until specific comment line, perform a command, then continue original script
* could set up multiple functions then on script call, execute certain functions
* option to specify separate directory for executing vasp?
* add in VASP ML utility

## multi_tde.py
Expand Down
7 changes: 7 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,10 @@ If you use ``findTDE`` in your research, please cite:
Acknowledgements
----------------
The ``findTDE`` code was developed by Alexander Hauck, Dr. Mia Jin, and Dr. Blair Tuttle at The Pennsylvania State University.

.. toctree::
:hidden:
:caption: Usage
:maxdepth: 4

Tutorials

0 comments on commit aa7d0b6

Please sign in to comment.