pulkin / pycoordinates

Create and manipulate coordinates in vector bases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build pypi

pycoordinates

A tiny implementation of typical coordinate transformations used in physics, materials science, and quantum chemistry.

Install

pip install pycoordinates

Build from source

  1. Clone this repository
    git clone https://github.com/pulkin/pycoordinates.git
    cd pycoordinates
  2. Install build system
    pip install build
  3. Build
    python -m build
  4. Install
    pip install dist/*.tar.gz
    

About

Create and manipulate coordinates in vector bases

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 97.2%Language:Cython 2.8%