Metadata-Version: 1.1
Name: scikit-nano
Version: 0.2.18
Summary: Python toolkit for generating nanostructure data and nanostructure analysis.
Home-page: http://github.com/androomerrill/scikit-nano
Author: Andrew Merrill
Author-email: androomerrill@gmail.com
License: BSD 2-Clause
Description: *scikit-nano* is a python toolkit for generating nanostructure data and
        nanostructure analysis.
        
        Its primary utility is generating nanostructure data (i.e. atomic coordinates)
        for the following nanostructure materials:
        
            * Graphene:
        
                * Single layer graphene
                * Bi-layer graphene with layers rotated relative to each other
                  by any angle and different layer stacking arrangements
                * :math:`N`-layer graphene
        
            * Nanotubes:
        
                * Single-walled nanotubes (SWNTs)
                * SWNT *bundles*
                * Multi-walled nanotubes (MWNTs)
                * MWNT *bundles*
        
        It currently supports saving structure data in the following formats:
        
            * `xyz`
            * LAMMPS `data`
        
        Secondary to its structure generating functions are its
        *structure analysis tools* including:
        
            * defect/vacancy structure analysis
            * nearest-neighbor analysis
            * ...
        
        I welcome feedback and contributions to development!
        
        For documentation, see:
        `scikit-nano documentation <http://projects.geekspin.net/scikit-nano/doc>`_
        
        
Platform: Linux
Platform: OS-X
Platform: Unix
Platform: Windows
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
