Skip to content

Releases: molssi-seamm/seamm

Bugfix: Error using variable in structure handling

21 Aug 23:48
d9744df
Compare
Choose a tag to compare
  • The standard structure handling widgets and methods had an error is the approach was a variable rather than one of the choices.

Enhancements to line graphs

17 Aug 21:37
6248144
Compare
Choose a tag to compare
  • Added multiple axes to line graphs.
  • Updated to correct version of plotly. 'latest' is actually not.

Updating standard parameters for systems and configurations

28 Jul 20:29
4337f76
Compare
Choose a tag to compare
  • 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.

Allows capital letters in variables and columns for results

21 Jul 17:23
b1a3e7b
Compare
Choose a tag to compare
  • Allows capital letters for the variables, column names, etc. that results are stored in. For example, 'T', 'P', and 'V'.

Added support for using local data files.

26 Jun 21:32
ffb08dc
Compare
Choose a tag to compare
  • Added support in the Flowchart and Node classes for using local data files for e.g. forcefields. This allows the user to specify a local file, which is copied to the working directory of the job.
  • Also added a flag to both the Flowchart and Node classes indicating that the job is running in the JobServer rather than command-line.

Bugfix: Error saving results table.

28 May 00:02
a6bf1ba
Compare
Choose a tag to compare
Merge pull request #169 from molssi-seamm/dev

Bugfix: error saving Results table

Bugfix: Error when clicking "Cancel" on some dialogs

26 May 22:43
3905edd
Compare
Choose a tag to compare
  • Dialogs that have a Results tab -- mainly the computational engines -- raised an error if the "Cancel" button was clicked. "OK" worked. This fixes the problem.
  • Added templates for 3-D graphs such as E vs phi, psi used in Energy Scan.

Bugfix: JSON in Results GUI not set correctly.

03 May 20:46
72b97f8
Compare
Choose a tag to compare
Merge pull request #167 from molssi-seamm/dev

Bugfix: JSON checkbox in Results tab not set correctly.

Added the time to Results.json

03 May 19:56
040fd72
Compare
Choose a tag to compare
  • Adding time into the Results.json file will allow ensuring that the most recent data is used, when there are duplicates.

Added ability to store results in Results.json file

01 May 09:38
d6fc040
Compare
Choose a tag to compare
  • Added column in the results tab for saving results to JSON as Results.json
  • Added separators between the columns of the results table to make clearer which parameters go together.