Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 512 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 512 Bytes

Simulated/Quantum annealer

status

A Python implementation of simulated and quantum annealing (Monte Carlo simulation) for Ising system.

Prerequisites

  • Python >= 3.5

Setup

$ pip install git+https://github.com/ohtaman/anneal.git

Usage

See example scripts anneal/examples or notebook.