Skip to content

shinaoka/irbasis_utility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

irbasis utility

Utility library for irbasis: support for two-point Green's function, three-point Green's function.
This software is released under the MIT License, see LICENSE.txt.

Requirements

  • irbasis >= 1.0.2
  • scipy

How to build tests & install via pip

> mkdir build && cd build
> cmake path_to_source_directory
> make
> make test
> python setup.py bdist_wheel # make a universal binary package
> cd dist
> pip install irbasis_utility-*.whl

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published