Skip to content

SpM-lab/LibSparseIR.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LibSparseIR.jl

Julia interface for libsparseir

Warning

This Julia project is still under construction. Please use other repositories:

Set up

  1. Install Julia

  2. Clone libsparseir and build C-API

    git clone https://github.com/SpM-lab/libsparseir.git
    bash build_capi.sh
  3. Clone this project(LibSparseIR.jl)

    git clone https://github.com/SpM-lab/LibSparseIR.git
  4. Build this project:

    julia -e 'using Pkg; Pkg.build()'
  5. It will create src/C_API.jl that wraps C-API of libsparseir for Julia interface.

  6. To test our Julia project, run:

    julia -e 'using Pkg; Pkg.test()'

We use ReTestItems.jl as a test framework.

About

Julia Interface for libsparseir

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages