Matscipy¶
This repository contains generic Python materials science tools built around the Atomic Simulation Environment (ASE).
Build status¶
Compilation/installation follows the standard distutils route:
python setup.py build
python setup.py install
If building on Mac OS X, we recommend you use the GCC toolchain
CC=gcc CXX=g++ python setup.py build
Dependencies¶
The package requires :
numpy - http://www.numpy.org/
scipy (optional) - http://www.scipy.org/
Optional packages :
quippy - http://www.github.com/libAtoms/QUIP
atomistica - https://www.github.com/Atomistica/atomistica
chemview - https://github.com/gabrielelanaro/chemview
Contents¶
Compute deformation gradient tensor and D^2_min measure for non-affine displacements. |
|
Contact mechanics module. |
|
function coordination(r, cutoff, transition_width) |
|
Log status to screen. |
|