Skip to main content

molsystem

Project description

MolSystem

GitHub pull requests Build Status Code Coverage Code Quality Documentation Status PyPi VERSION

Description

Molsystem provides a general class for handling molecular and periodic systems. This is the heart of SEAMM.

Features

  • Supports molecular and periodic (crystalline) systems.

  • Support for pointgroup and spacegroup symmetry.

  • Implemented as a SQL database, currently using SQLite, which provides permanence and a disk file.

  • Handles multiple systems, and for each system any number of configurations. Configurations are different structures, generally having different coordinates. Examples are conformers or frames in an MD trajectory.

  • Configurations can have differing bonds, supporting reactive forcefields such as ReaxFF.

  • Configurations can also have differing numbers of atoms, supporting e.g. grand canonical Monte Carlo.

  • Support for templates and subsets. Templates can be used for creating or finding structures in systems and subsets hold substes of atoms. An atom can be in multiple subsets. For proteins, subsets can be used for residues and chains; for polymers, monomers; and for fluids the subsets can track individual molecules.

  • Subsets and templates handle the correspondance between atoms so if, for instance, the ordering of atoms in residues are different, that can be handled using the correspondances.

  • Direct connection to and support of RDKit and OpenBabel molecules, allowing direct transfer back and forth between configurations and those libraries.

  • Properties of systems and configurations are stored in fact tables of integers, floats, strings, and JSON, using a star schema. One of the dimensions is metadata describing the property. This data warehousing approach is almost identical to that used in CIF files, with the metadata being the CIF dictionaries.

  • Good support of CIF files, with the ability to store data other than the actual atoms using the properties warehouse.

  • Direct support for SMILES, SMARTS and substructure searching.

  • Scales to millions of systems and configurations, and databases in excess of 100 GB.

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

Developed by the Molecular Sciences Software Institute (MolSSI), which receives funding from the National Science Foundation under award OAC-1547580 and CHE-2136142.

History

2023.11.19 – Bugfixes in symmetry and CIF files
  • Reading CIF files could fail if the symmetry operators were given

  • The symmetry handling did not recognize hexagonal spacegroups without :H. Changed so if the hexagonal group name has neither :H or :R, the hexagonal setting is assumed.

  • When finding the spacegroup from the symmetry operators, hard-coded to the P1 case to avoid what seems like a bug in spglib.

  • Enhanced to use the full International Tables HM name for spacegroups, translating the input to that standard name.

2023.11.5 – Bugfix and improved symmetry handling
  • Fixed bug with symmetry operators containing blanks, e.g. ‘x, y, z’ rather than ‘x,y,z’

  • Added handling of symmetry when get properties of atoms

  • Added method to lower symmetry to P1/C1

2023.10.30 – Support for InChI improved, RMSD and PubChem added…
  • Adds support for aligning structures and calculating RMSD

  • Adds support for working directly with PubChem to get structures, IUPAC names, etc.

  • Improves support for InChI, working around issues in both OpenBabel and RDKit.

  • Added substantial new functionality for spacegroups and primitive cell handling, but still not complete.

2023.9.20 – Better support for primitive cells and spacegroups
  • Added getting the spacegroup from the symmetry operators

  • Fixed updating the coordinates from the primitive cell

2023.9.5 – Support for velocities of atoms.

2023.8.30 – Support for spacegroup symmetry.

2023.8.27 – Bugfix: writing SDF did not handle charge and multiplicity.

2023.7.30 – Improved handling of properties
  • Added ability to get lists of systems or configurations filtered by name

  • Improved handling of properties on just a system, not configuration

  • Added ability to filter properties retrieved

  • Improved handling of properties when creating OpenBabel OB_MOL object

2023.7.26 – Bugfix: error in QCSchema bonds; enhancement: RDKit
  • Fixed bug in the bond indices in QCSchema

  • Added ability to use RDKit for SMILES and InChI

2023.7.18.1 – Added support for creating structures from InChIKeys
  • Uses PubChem to translate the InChiKey to InChI.

2023.7.18 – Added support for InChI and InChIKeys

2023.7.9 – Added JSON properties
  • Added properties stored as JSON, which allows, vectors, tensors, etc.

2023.4.6 – Enhancements for CIF files
  • Handle uncertainties in CIF files expressed as ‘(x)’ at end of value.

2023.3.30 – Enhancements to QCSchema support
  • Improved naming of molecule in QCSchema

  • Added creation of configurations from QCSchema objects.

2023.2.13 – Fixed issue with valence in RDkit for cations like NH4+

2022.11.20 – Added a method to copy a configuration.

Added a new method to the system class, copy_configuration, that creates a copy of the configuration using the same atomset and bonset, but new coordinates and cell so that any changes to coordinates and cell are not shared between the configurations. By default it copies the current configuration.

2022.11.18 – Fixed bug with handling for Open Babel

The total charge and multiplicity were not correctly set when creating an Open Babel molecule.

2022.11.3 – Add handling of strain and improved handling of properties

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.

2022.10.26 – Improved database write performance.

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

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

molsystem-2023.11.19.tar.gz (600.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

molsystem-2023.11.19-py2.py3-none-any.whl (115.8 kB view details)

Uploaded Python 2Python 3

File details

Details for the file molsystem-2023.11.19.tar.gz.

File metadata

  • Download URL: molsystem-2023.11.19.tar.gz
  • Upload date:
  • Size: 600.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for molsystem-2023.11.19.tar.gz
Algorithm Hash digest
SHA256 ba06232782ab135c33ec4e321eb95aab10164b0a3de6ac41a7b7f31c833a5ddc
MD5 30afea144477d6cb6064c4dbf7d5c164
BLAKE2b-256 8f4ce683386d725bef5023d51f84a0cd756e8e1d24d2c893a2c7dd9d4a07f577

See more details on using hashes here.

File details

Details for the file molsystem-2023.11.19-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for molsystem-2023.11.19-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 b1cbe30e2f772bee92428c778d33f5c1170bfe079b3405f4a7e7a8f26c296f42
MD5 9493077c338e5c7fce6f10d15ddf4ebd
BLAKE2b-256 e45c98bb915798b3e7fafef59b8d882ec7eb9c9b6bc9dade82429612ac51fa93

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page