https://github.com/gmpavanlab/cpctools

System analysis with soap fingerprints

https://github.com/gmpavanlab/cpctools

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 2 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.1%) to scientific vocabulary

Keywords

molecular-dynamics python
Last synced: 6 months ago · JSON representation

Repository

System analysis with soap fingerprints

Basic Info
  • Host: GitHub
  • Owner: GMPavanLab
  • License: mit
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 5.96 MB
Statistics
  • Stars: 4
  • Watchers: 1
  • Forks: 6
  • Open Issues: 3
  • Releases: 6
Topics
molecular-dynamics python
Created over 4 years ago · Last pushed over 2 years ago
Metadata Files
Readme Changelog License

Readme.md

cpctools

PyPI - License PyPI PyPI - Python Version Code style: black Hatch project Documentation Status Coverage Status Powered by MDAnalysis

We are no longer developing in this project. Future works will be in dynsight.

cpctools is a python 3.8/3.9/3.10 library aimed at simplifying the analysis of Molecular Dynamics simulations.

cpctools stands for Computational Physical Chemistry TOOLS, or, if you prefer, for Chemical Physics Computational TOOLS.

It contains two packages, SOAPify and SOAPify.HDF5er.

cpctools uses h5py to store the trajectories, the SOAP fingerprints, and the analysis results in a binary format, facilitated by HDF5er.

The documentation is available on read the docs. There you can consult the documentation for each available version of the package.

How To Install

To install the stable version of cpctools just type: bash pip install cpctools

If you want to use dscribe or quippy for calculating the SOAP features you should install them separately, since they are quite heavy packages on their own, and usually you would use only one of these packages:

```bash pip install "dscribe<=1.2.2,>1.2.0" pip install "quippy-ase==0.9.10"

```

package: SOAPify

This package contains: - a toolbox to calculate the SOAP fingerprints of a system of atoms. The principal aim is to simplify the setup of the calculation. This toolbox depends on dscribe or quippy and 'unify' the output of the two codes. - a toolbox to calculate the distances between SOAP fingerprints - a simple analysis tool for trajectories of classified atoms

package: SOAPify.HDF5er

This package is a toolbox to create hdf5 files with h5py from the trajectory and topology files. The format we use do not align with h5md

Our format is thought to speed up the calculations without occupying too much RAM, thanks to the hdf5 dataset chunking capabilities. - The data within the files are organized into Group categories: - "Trajectories" contains subgroups that represent the various stored trajectories, each trajectory subgroup contains three datasets: - "Types" contains the types of atoms in the simulation - "Box" contains the history of the box dimensions - "Trajectory" contains the history of the particle positions - "SOAP" group contains the Dastasets of the calculated SOAP fingerprints, each SOAP Dataset contains attributes with the settings to reproduce the results. - "Classification" contain a group per trajectory, the format of the Dataset contained within is not fixed - The user can choose to use a single file per project or to store separately the results of the various steps of the analysis project (this is more recommended). SOAPify.HDF5er contains a tool for exporting the trajectories from the hdf5 file to extended xyz format, compatible with ovito

Owner

  • Name: GMPavanLab
  • Login: GMPavanLab
  • Kind: organization
  • Location: Italy

GitHub Events

Total
Last Year

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 70 last-month
  • Total dependent packages: 1
  • Total dependent repositories: 0
  • Total versions: 4
  • Total maintainers: 3
pypi.org: cpctools

A package for analysing molecular systems

  • Versions: 4
  • Dependent Packages: 1
  • Dependent Repositories: 0
  • Downloads: 70 Last month
Rankings
Dependent packages count: 6.6%
Forks count: 19.6%
Average: 22.8%
Downloads: 25.0%
Dependent repos count: 30.6%
Stargazers count: 32.3%
Maintainers (3)
Last synced: 6 months ago

Dependencies

docs/requirements.txt pypi
  • myst-parser *
  • sphinx *
  • sphinx-rtd-theme *
tests/requirements.txt pypi
  • pytest * test
.github/workflows/documentation.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v3 composite
  • actions/upload-artifact v3 composite
  • peaceiris/actions-gh-pages v3 composite
.github/workflows/release.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v3 composite
  • pypa/gh-action-pypi-publish 27b31702a0e7fc50959f5ad993c78deac1bdfc29 composite
.github/workflows/mainPushWorkflow.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v3 composite
  • coverallsapp/github-action master composite
.github/workflows/pullRequestWorkflow.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v3 composite
  • dangoslen/changelog-enforcer v3 composite
  • psf/black stable composite
pyproject.toml pypi
  • Deprecated ==1.2.13
  • MDAnalysis ==2.4.2
  • ase ==3.22.1
  • h5py ==3.8.0
  • numpy <1.24,>=1.18