Skip to main content

sawatabi.

Project description

sawatabi-logo

sawatabi

PyPI PyPI - Python Version GitHub repo size GitHub Workflow Status Codecov branch GitHub Code style: black

:warning: This project is work in progress :warning:

Usage

For Users

pip install sawatabi

If you use the D-Wave solver

Set up a config using dwave-cloud-client:

$ dwave config create
Configuration file not found; the default location is: /path/to/your/location/dwave.conf
Configuration file path [/path/to/your/location/dwave.conf]:
Configuration file path does not exist. Create it? [y/N]: y
Profile (create new) [prod]: dev
API endpoint URL [skip]: xxxxxxxxxxxxxxxx
Authentication token [skip]: xxxxxxxxxxxxxxxx
Default client class [skip]:
Default solver [skip]: Advantage_system1.1
Configuration saved.

If you use the Fixstars GPU solver (Optigan)

Set up a API Token in ~/.optigan.yml:

api:
    host: optigan.example.com
    token: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

For Developers

python -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install -e ".[dev,notebook]"

To start a jupyter notebook server:

./venv/bin/jupyter notebook

Acknowledgement

This work is supported by the MITOU Target program from Information-technology Promotion Agency, Japan (IPA).

Project details


Download files

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

Source Distribution

sawatabi-0.0.1.tar.gz (21.0 kB view hashes)

Uploaded Source

Built Distribution

sawatabi-0.0.1-py3-none-any.whl (39.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