glotzerlab / coxeter

Collection of tools to help initialize and manipulate shapes.

Home Page:https://coxeter.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

coxeter

JOSS ReadTheDocs PyPI conda-forge

Welcome to the documentation for coxeter! The coxeter Python library provides tools for working with common geometric objects in two and three dimensions. Named for the 20th century geometer best known for his work on polytopes, coxeter is especially focused on polygons and polyhedra, but it also support various standard curved shapes such as spheres and ellipsoids.

The package emphasizes working with shapes as mutable objects whose geometric attributes may be accessed using property-based APIs. Since coxeter originally arose to support representations of anisotropic nanoparticles, many shapes support calculations of physical properties (such as form factors and inertia tensors) in addition to purely geometric ones. However, the package is designed with more general audiences in mind as well, and it aims to support precise calculations of a wide range of geometric quantities that are useful in a number of fields.

Some core features of coxeter include:

  • Libraries of common shapes to support easy construction.
  • Mutable shape objects that can be rescaled in a variety of ways to suit a number of needs.
  • Immediate access to geometric properties of shapes via Python properties of shape objects.
  • Plotting functionality to make it easy to visualize shapes in both two and three dimensions.

More detailed information on coxeter's features and examples of how to use them may be found in the documentation.

Setup

The recommended methods for installing coxeter are using pip or conda.

Installation via pip

To install the package from PyPI, execute:

Installation via conda

To install the package from conda, first add the conda-forge channel:

After the conda-forge channel has been added, you can install coxeter by executing

Installation from source

Start by executing the following:

To install coxeter and other optional dependencies, choose one of the following:

Requirements

  • Python >= 3.8
  • NumPy >= 1.19.0
  • SciPy >= 1.0.0
  • rowan >= 1.2.0

Testing

The package is currently tested for Python >= 3.8 on Unix-like systems. Continuous integrated testing is performed using Github actions on these Python versions.

First, install the packages required to test coxeter (if not already done):

To run the packaged unit tests, execute the following line from the root of the repository:

To run the packaged unit tests with the coverage module:

Building Documentation

Documentation for coxeter is written in reStructuredText and compiled using Sphinx. To build the documentation, first install Sphinx and the other required packages:

Warning

The fresnel package on conda-forge must be used. The PyPI package fresnel is different and will not function properly.

You can then use Sphinx to create the actual documentation in either PDF or HTML form by running the following commands:

Support and Contribution

This package is hosted on GitHub. Please report any bugs or problems that you find on the issue tracker. All contributions to coxeter are welcomed via pull requests!

About

Collection of tools to help initialize and manipulate shapes.

https://coxeter.readthedocs.io/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Jupyter Notebook 47.6%Language:GLSL 39.9%Language:Python 12.1%Language:TeX 0.4%