Skip to main content

spmac

Project description

pyspmac

usage

Python 3.8 or higher is required.

# install pyspmac
python3 -m pip install .

# run a sample
cd sample/multiple
spmac input.toml

parameters

The names of parameters are case-insensitive.

  • output: str
    • Output directory name (default: output)
  • num_flavor: int
    • Number of flavors (orbitals)
  • filein_g: str
    • Filename storing G(τ)
    • When num_flavor > 1, "{filein_g}.{a}{b}" are read for G{ab}, where a,b = 0,1,...,num_flavor-1
  • column: int
    • Index of column storing G(τ) (0-origin)
  • beta: float
    • Inverse temperature β
  • max_omega: float
    • Upper bound of ω
  • min_omega: float
    • Lower bound of ω
  • num_omega: int
    • Number of ωs
  • nonnegative: bool
    • Impose non-negativity (single flavor) or semi-positive definiteness (multiple flavor) (default:true)
  • sumrule: bool
    • Impose sum-rule (default: true)
  • min_sv: float
    • Cutoff in singular value (default: 1e-10)
  • max_iteration: int
    • Maximum number of iterations of ADMM (default: 1000)
  • optimize: bool
    • Optimize λ by the elbow method (default: false)
  • max_loglambda: float
    • Maximum value of log10(λ)
    • If optimize
  • min_loglambda: float
    • Minimum value of log10(λ)
    • If optimize
  • loglambda: float
    • log10(λ)
    • If not optimize

small test

Run pytest at the root directory:

python3 -m pytest

Authors

  • Yuichi Motoyama
  • Hiroshi Shinaoka

License

PySpMAC is distributed under the Mozilla Public License 2.0

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyspmac-0.1.tar.gz (16.0 kB view hashes)

Uploaded Source

Built Distribution

pyspmac-0.1-py3-none-any.whl (22.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page