Sqsgenerator Save

A command line tool written in Python/C++ for finding optimized SQS structures

Project README

conda plats downloads Documentation Status

sqsgenerator-logo

📝 docs


sqsgenerator is a Python package, which allows you to generate optimised Special-Quasirandom-Structures (SQS). Therefore the package use Warren-Cowley Short-Range-Order (SRO) parameters to quantify randomness. sqsgenerator can be also used to analyse SRO parameters in existing structures. The core routines are written in C++

Highlights

  • :electric_plug: Easy integration with popular frameworks such as ase, pymatgen and pyiron
  • :curly_loop: Monte-Carlo and systematic approach to compute optimal atomic configuration
  • :rocket: Carefully hand-crafted low-level C++ routines, for efficient calculation of short-range-order
  • :twisted_rightwards_arrows: OpenMP parallelized by default, with additional support for MPI parallelization
  • :package: Light dependency footprint
  • :baby_bottle: Intuitive to use
  • :pager: command line interface

Documentation

Appreciation

I would highly, appreciate, if you cite our article in case you use the software in your research. Here is the BibTeX entry. Many thanks in advance :smile:

Installation

using conda

The easiest way to install sqsgenerator is to use conda package manager. sqsgenerator is deployed on the conda-forge channel. To install use:

conda install -c conda-forge sqsgenerator
  • The version published on Anaconda Cloud is capable of OpenMP parallelization only
  • ase, pyiron and pymatgen are not required to install sqsgenerator. However, we strongly encourage you to install at least one of them. sqsgenerator uses those packages as backends to export the generated structures

building it yourself

On HPC systems where also MPI support, and optimized binaries are desirable, it's highly recommended to build sqsgenerator yourself. An extensive installation guide can be found in the documentation. The following prerequisites are needed:

  • a C++17 enabled compiler, with OpenMP support
  • Python >= 3.6 *
  • numpy **
  • boost libraries,
Open Source Agenda is not affiliated with "Sqsgenerator" Project. README Source: dgehringer/sqsgenerator
Stars
35
Open Issues
1
Last Commit
5 months ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating