Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating standard parameters for systems and configurations #172

Merged
merged 2 commits into from
Jul 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading