Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 304 Bytes

File metadata and controls

15 lines (11 loc) · 304 Bytes

pyg_spectral.propagations

The C++ backend for efficient propagation algorithms.

Installation

  1. Ensure C++ 11 is installed.

    gcc --version
  2. Rerun the following installation command at package root path:

    export PSFLAG_CPP=1; pip install -e .[cpp]