Metadata-Version: 1.1
Name: pybinding
Version: 0.9.4
Summary: Package for tight-binding calculations
Home-page: https://github.com/dean0x7d/pybinding
Author: Dean Moldovan
Author-email: dean0x7d@gmail.com
License: BSD
Description: Documentation: http://pybinding.site/
        
        v0.9.4 | 2017-07-13
        
        * Fixed issues with multi-orbital models: matrix onsite terms were not set correctly if all the
          elements on the main diagonal were zero ([#5](https://github.com/dean0x7d/pybinding/issues/5)),
          hopping terms were being applied asymmetrically for large multi-orbital systems
          ([#6](https://github.com/dean0x7d/pybinding/issues/6)). Thanks to
          [@oroszl (LÃ¡szlÃ³ OroszlÃ¡ny)](https://github.com/oroszl) for reporting the issues.
        
        * Fixed KPM Hamiltonian scaling for models with all zeros on the main diagonal but asymmetric
          spectrum bounds (non-zero KPM scaling factor `b`).
        
        * Fixed compilation on certain Linux distributions
          ([#4](https://github.com/dean0x7d/pybinding/issues/4)). Thanks to
          [@nu11us (Will Eggleston)](https://github.com/nu11us) for reporting the issue.
        
        * Fixed compilation with Visual Studio 2017.
        
        * Improved support for plotting slices of multi-layer systems. See "Plotting Guide" > "Model
          structure" > "Slicing layers" in the documentation.
        
        
Keywords: pybinding tight-binding solid-state physics cmt
Platform: Unix
Platform: Windows
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
