Skip to content

Commit

Permalink
Get ready for 0.13.0-post2 release (#977)
Browse files Browse the repository at this point in the history
* add qhack to the navbar

* fix docs

* fix docs
  • Loading branch information
josh146 authored Dec 22, 2020
1 parent 003e8ef commit 10f3a5a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ tensornetwork==0.3
toml
torch==1.7.0+cpu
torchvision==0.8.1+cpu
openfermion==0.11
openfermionpyscf==0.4
openfermionpsi4==0.4
3 changes: 3 additions & 0 deletions doc/xanadu_theme/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
<a class="nav-link" href="https://pennylane.readthedocs.io">Documentation</a>
<span class="sr-only">(current)</span>
</li>
<li class="nav-item">
<a class="nav-link" href="https://qhack.ai"><img src="https://pennylane.ai/img/qhack_plain_black.png"></a>
</li>
</ul>
<!-- Links -->

Expand Down
6 changes: 3 additions & 3 deletions qchem/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
requirements = [
"pennylane>=0.13",
"scipy",
"openfermion",
"openfermionpyscf; platform_system != 'Windows'",
"openfermionpsi4",
"openfermion==0.11",
"openfermionpyscf==0.4; platform_system != 'Windows'",
"openfermionpsi4==0.4",
"pyscf==1.7.2; platform_system != 'Windows'",
]

Expand Down

0 comments on commit 10f3a5a

Please sign in to comment.