Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
wangleiphy committed Mar 11, 2019
1 parent 381b26a commit 7178ab7
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,20 @@ Run this to optimize an iPEPS wavefuntion for 2D quantum Heisenberg model. Here,
$ python main.py -D 3 -chi 30
```

It is also possible to supply your own Hamiltonian and measure other physical observable of interests.
It is also possible to supply your own Hamiltonian and measure other physical observables of interests.

### What is going on ?
### What is under the hood ?

Reverse mode AD computes gradient accurately and efficiently for you! Check the codes in [adlib](https://github.com/wangleiphy/tensorgrad/tree/master/rg/adlib) for backward functions which propagate gradients through tensor network contractions.

### Requirements

* [PyTorch 1.0+](https://pytorch.org/)
* A good GPU card if you are inpatient or ambitious
* A good GPU card if you are inpatient or ambitious

### Explore more

See [link]() for a Julia implementation



0 comments on commit 7178ab7

Please sign in to comment.