Skip to content

Releases: molssi-seamm/molsystem

Added support for JSON in properties

10 Jul 17:12
dccc90b
Compare
Choose a tag to compare

Add JSON properties, which allows storing vectors, matrices, etc. as properties, thought they are not searchable.

Supporting in-line uncertainties for values in CIF files.

06 Apr 15:02
e45de73
Compare
Choose a tag to compare
Merge pull request #59 from molssi-seamm/dev

Supporting in-line uncertainties for values in CIF files.

Enhancements to QCSchema support

31 Mar 13:32
0bd7352
Compare
Choose a tag to compare
  • Improved naming of molecules in QCSchema, using system.name / configuration.name
  • Added creating configurations from QCSchema data.

Fixed issue with valence in RDkit for cations like NH4+

13 Feb 20:50
aafcaf2
Compare
Choose a tag to compare

This affected forcefield assignment.

Add handling of strain and improved handling of properties

03 Nov 23:58
8228b4d
Compare
Choose a tag to compare

Added methods for straining the unit cell, and also straining a configuration, correctly handling the coordinates for an affine transformation. In the future will add e.g. affine transformation of the centers of molecules, which is useful for molecular fluids.

Added the system for properties, in addition to the configuration. This allows system properties that are not associated with a particular configuration, which is often appropriate for experimental results. It also makes it much easier to search for systems where any configuration has a particular property.

Improved database write performance.

26 Oct 13:14
8a81a38
Compare
Choose a tag to compare

Switched to write-ahead mode and tweaked memory settings. This gives a large performance improvement (10x or more) for large database (~1 GB).

Added access to property metadata

19 Oct 16:14
2090f62
Compare
Choose a tag to compare

Also added more standard properties to support MOPAC, DFTB+ and Psi4.

Improved handling of properties

27 Sep 21:21
24313fc
Compare
Choose a tag to compare

Added ability to transfer properties between the internal SEAMM database and OpenBabel. This supports using OpenBabel to e.g. read and write SDF files that contain property data.

Bugfix: Fixed problem with groups with rotations x<->y

18 Sep 21:03
c89a002
Compare
Choose a tag to compare

Fixed a problem with spacegroup with symmetry operators with terms like -x+y.

Bugfix: properties of a configuration

10 Sep 19:18
c36f5bb
Compare
Choose a tag to compare

There was a bug getting all properties for a configuration which produced incorrect values.