Skip to content

Releases: molssi-seamm/molsystem

Generalized the alignment/RMSD code

04 Mar 11:53
eeb10e1
Compare
Choose a tag to compare
  • Generalized the alignment/RMSD code to make it easier to do before and after comparisons in optimizations and similar applications.
  • Fixed a bug in the handling of spacegroup names. The full international symbols with added setting information were not properly recognized.

Bugfix in SMILES and enhancements to SMILES and SDF files

24 Feb 17:59
671304f
Compare
Choose a tag to compare
  • Fixed bug in isomeric SMILES and generally improved the handling of SMILES using RDKit.
  • Improved error checking for types when saving properties to the database.
  • Added control of properties when going to/from RDKit and OpenBabel.

Bugfix: error reading JSON properties from SDF files

15 Jan 01:09
939b94d
Compare
Choose a tag to compare

JSON properties were read as strings, not as JSON objects. This is fixed.

Enhanced coordinate precision in SDF files

03 Jan 20:12
16ae9e5
Compare
Choose a tag to compare
  • The full precision coordinates are added as a property to the SDF file. If the full-precision coordinates are aavailable they are used when reading the SDF file.

Bugfix: yet more issues with property handling

22 Dec 21:06
baea413
Compare
Choose a tag to compare

This release ensures that types of properties are correctly handled when reading SDF files.

Bugfix: more issues with property handling.

14 Dec 22:17
9b5fc21
Compare
Choose a tag to compare
  • The types of properties were not kept when using Open Babel or RDKit, so when properties were reread from an SDF file the JSON properties were converted into strings, causing various errors. This is fixed.

Bugfix: Properties in SDF files

11 Dec 14:12
f3abde8
Compare
Choose a tag to compare
  • Transferring properties to the Open Babel and RDKit molecules was incorrect after recent changes to the handling of properties. This fixes the problem, and now SDF files have the properties correctly.

Significant internal enhancement to property handling.

07 Dec 09:11
2c47cf0
Compare
Choose a tag to compare
  • An internal change, allowing listing and getting properties with wildcards, working with multiple values at once. This is a significant change, but should not affect the user interface. Also consolidated the property handling code for configurations vs systems.

Added support for charge in chemical formulae

28 Nov 00:38
f33ebfa
Compare
Choose a tag to compare
  • Added support for charge in chemical formulae, e.g. [H2 O]+.

Bugfix: error with charge and multiplicity

27 Nov 20:42
89a1c8b
Compare
Choose a tag to compare
  • The charge and multiplicity of the system were not correctly set when creating a system from a SMILES string using RDKit. More generally, the charge and multiplicity were not correctly set from an RDKit molecule unless explicitly given in the properties.