gyroid

A symmetry adapted basis function (SABF) generator
Download

gyroid Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Yi-Xin Liu
  • Publisher web site:
  • https://bitbucket.org/liuyxpp/

gyroid Tags


gyroid Description

gyroid is a Python module that generates symmetry adapted basis functions based on the space group of a unit cell.Quickstart1. Installeasy_install gyroidor tar -xvf gyroid-xxx.tar.gz cd gyroid-xxx python setup.py install2. Usage>>>import gyroid as gy>>>uc = gy.UnitCell(3)>>>group = gy.Group(3,gy.BRAVAIS,uc.shape,"Ia-3d")>>>grid = gy.Grid(np.array(),group)>>>basis = gy.Basis(group,grid)>>>render_structure_3d(basis,32,32,32,1.0)Product's homepage


gyroid Related Software