Skip to content

Releases: molssi-seamm/read_structure_step

Bugfix: Issue with reading XYZ files

03 Jan 22:32
c332412
Compare
Choose a tag to compare
  • If the XYZ file had the charge and spin multiplicity encoded in the comment line, and the spin multiplicity came before the charge, the spin multiplicity was not correctly set. This fixes that issue.

Enhancements to SDF and XYZ files

03 Jan 20:15
436e7e1
Compare
Choose a tag to compare
  • Added more keywords to the header of XYZ files to allow for more flexibility in reading them. Specifically 'title', 'model', and 'name', which can be used to name the system and/or configuration.
  • When reading SDF files, 'keep current name' will use the encoded system name in SDF files written by SEAMM, if it exists.
  • Fixed minor issue writing SDF files where the 'configurations' widget was displayed when writing the current configuration. The widget is now correctly hidden.

Bugfix: Issue with reusing systems matching SDF files.

29 Dec 22:41
86d17ff
Compare
Choose a tag to compare
  • The logic was faulty, so if the first structure in an SDF file was a configuration of an existing system, it was not added to the system correctly.

Minor update due to changes in molsystem

07 Dec 15:40
49752cb
Compare
Choose a tag to compare
  • The molsystem was updated to improve the handling of properties. This required changes in this module to match the new molsystem.

Added chemical formula as option for system/configuration names

29 Nov 23:01
a7189d4
Compare
Choose a tag to compare
Merge pull request #57 from molssi-seamm/dev

Added chemical formula as option for system/configuration names

Bugfix: Issues with the names of properties

13 Nov 23:11
7f86bc5
Compare
Choose a tag to compare
  • Fixed syntax of the properties pulled out from MOPAC encoded parameterization inputs.

Bugfix: MOPAC files with references in comments

03 Nov 23:00
10b4cca
Compare
Choose a tag to compare
  • Fixed a bug that caused a crash when reading MOPAC files with references in the comments.
  • Updated the MOPAC reader to the new approach for running MOPAC in the cases that it is needed: Z-matrices and mixed inputs that OpenBabel can't handle.

Enhancements to directory handling

23 Aug 18:11
ef60e68
Compare
Choose a tag to compare
  • Changed the handling of paths to make them relative to the directory that the step is running in. In a loop, for instance, files are relative to the iteration directory.
  • When reading files, allow the syntax 'job:///...' to read files from another job. If the job number is omitted, so the prefix is 'job:///...', the top directory of the current job is used.

Added new names for systems and configurations

28 Jul 21:10
889278a
Compare
Choose a tag to compare
  • Made the naming of systems and configurations consistent with the standard parameters for them in the GUI.
  • Removed all "from file" options, replacing them with "title", which means the title from the file, if it exists, or the filename if it doesn't.

Bugfix: Crash due to multiple slashes in titles in SDF files

16 Nov 19:25
ca03a31
Compare
Choose a tag to compare
Merge pull request #51 from molssi-seamm/dev

Fixed crash due to multiple slashes in titles.