Skip to content

Commit

Permalink
Merge pull request #36 from molssi-seamm/dev
Browse files Browse the repository at this point in the history
Support for running in containers and writing input only.
  • Loading branch information
seamm committed Jan 19, 2024
2 parents 597d93e + 18e453a commit 4073d8c
Show file tree
Hide file tree
Showing 10 changed files with 500 additions and 347 deletions.
6 changes: 5 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
=======
History
=======
2024.1.18 -- Support for running in containers and writing input only.
* Added new property: scaled dipole.
* Added option to write the input file and not run DFTB+

2023.11.10 -- Standard structure handling and cleaned up output
* Switched to standard structure handling and naming, giving consistent options
across SEAMM.
Expand All @@ -15,7 +19,7 @@ History

2023.11.7 -- Added structure to orbital and density plots
* The Dashboard expects 'structure.sdf' in order to display the structure with the
orbital or debsity plots from CUBE files.
orbital or density plots from CUBE files.

2023.3.5 -- Fixed issues with bandstructure and DOS
* The bandstructure and DOS substeps updated to work with changes in the underlying
Expand Down
2 changes: 1 addition & 1 deletion devtools/conda-envs/test_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ dependencies:

# molsystem requires, and only available via Conda.
- hsd-python
- psutil
- seamm
- seamm-util
- tabulate
Expand All @@ -27,6 +26,7 @@ dependencies:
# Pip-only installs
- pip:
- cms_plots
- seamm-exec
# Documentation
- sphinx-copybutton
- sphinxnotes-strike
Loading

0 comments on commit 4073d8c

Please sign in to comment.