An open API service indexing awesome lists of open source software.

https://github.com/pulkin/mps-tensorflow

An example of definition and minimization of an MPS ansatz using tensorflow
https://github.com/pulkin/mps-tensorflow

ising-spin-models machine-learning physics physics-simulation python tensorflow

Last synced: about 2 months ago
JSON representation

An example of definition and minimization of an MPS ansatz using tensorflow

Awesome Lists containing this project

README

          

# mps-tensorflow

This example demonstrates how to define the matrix product quantum mechanical state
(MPS) ansatz of the Ising spin-1/2 model and to minimize it using [tensorflow](https://www.tensorflow.org).

## Reqirements

Python and tensorflow

## Installation

None required

## Run

```bash
./ising.py
```