Skip to content

Commit 2bb7685

Browse files
committed
Update
1 parent 4c63f25 commit 2bb7685

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,5 @@ Reference paper: https://arxiv.org/pdf/2106.05105.pdf and https://arxiv.org/pdf/
9595

9696
### VQEX - MBL
9797

98-
For the application of VQEX on MBL phase identification, see [the tutorial](https://github.com/quclub/tensorcircuit-tutorials/blob/master/tutorials/vqex_mbl.ipynb).
98+
For the application of VQEX on MBL phase identification, see the [tutorial](https://github.com/quclub/tensorcircuit-tutorials/blob/master/tutorials/vqex_mbl.ipynb).
9999
Reference paper: https://arxiv.org/pdf/2111.13719.pdf.

docker/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ RUN wget -q -P /tmp \
99
https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh \
1010
&& bash /tmp/Miniconda3-latest-Linux-x86_64.sh -b -p /opt/conda \
1111
&& rm /tmp/Miniconda3-latest-Linux-x86_64.sh
12-
1312
ENV PATH="/opt/conda/bin:$PATH"
1413
RUN conda install -y \
1514
cudatoolkit=11.0 \

0 commit comments

Comments
 (0)