Skip to content

Commit

Permalink
Merge pull request #172 from molssi-seamm/dev
Browse files Browse the repository at this point in the history
Updating standard parameters for systems and configurations
  • Loading branch information
seamm authored Jul 28, 2024
2 parents b1a3e7b + 7aefd30 commit 4337f76
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
=======
History
=======
2024.7.28 -- Updating standard parameters for systems and configurations
* Cleaned up and add to the standard parameters used for naming system and
configurations. 'title' refers to the title in the file, if it exists.

2024.7.21 -- Allows capital letters in variables and columns for results
* Allows capital letters for the variables, column names, etc. that results are
stored in. For example, 'T', 'P', and 'V'.
Expand Down
3 changes: 3 additions & 0 deletions seamm/standard_parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"default_units": "",
"enumeration": (
"keep current name",
"title",
"use SMILES string",
"use Canonical SMILES string",
"use IUPAC name",
Expand All @@ -71,11 +72,13 @@
"default_units": "",
"enumeration": (
"keep current name",
"title",
"use SMILES string",
"use Canonical SMILES string",
"use IUPAC name",
"use InChI",
"use InChIKey",
"sequential",
),
"format_string": "s",
"description": "Configuration name:",
Expand Down

0 comments on commit 4337f76

Please sign in to comment.