Skip to content

Releases: molssi-seamm/read_structure_step

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.

Added writers for CIF and mmCIF.

05 Nov 22:00
53fce0a
Compare
Choose a tag to compare
Merge pull request #50 from molssi-seamm/dev

Added writers for CIF and mmCIF.

Initial changes to structure handling

02 Nov 11:32
5951119
Compare
Choose a tag to compare

Moving towards the standard structure handling that has developed across SEAMM.

Add support for bonds in CIF files

30 Aug 23:43
444e31a
Compare
Choose a tag to compare

Now correctly handle spacegroup symmetry and bonds in CIF files.