Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pyscal2

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pyscal2

Python library written in C++ for calculation of local atomic structural environment

  • 2.10.21
  • PyPI
  • Socket score

Maintainers
2

pyscal - python Structural Environment Calculator

[!TIP] Check out pyscal3, a completely new pyscal which is faster and can handle a large number of atoms, with a much more user-friendly interface.

Complete documentation with examples available here.

pyscal is a python module for the calculation of local atomic structural environments including Steinhardt's bond orientational order parameters during post-processing of atomistic simulation data. The core functionality of pyscal is written in C++ with python wrappers using pybind11 which allows for fast calculations with possibilities for easy expansion in python.

Steinhardt's order parameters are widely used for identification of crystal structures. They are also used to identify if an atom is solid or liquid.

Installation

pyscal can be installed directly using conda by the following statement-

    conda install -c conda-forge pyscal

From repository

pyscal can be built from the repository by-

    git clone https://github.com/pyscal/pyscal.git
    cd pyscal
    python setup.py install --user

Citing the work

If you use pyscal in your work, the citation of the following article will be greatly appreciated:

Sarath Menon, Grisell Díaz Leines and Jutta Rogal (2019). pyscal: A python module for structural analysis of atomic environments. Journal of Open Source Software, 4(43), 1824, https://doi.org/10.21105/joss.01824

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc