Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mtian8 authored Jul 14, 2024
1 parent ea40df6 commit 135171e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ t1 = 4.0
t2 = 1.0
N = 40
```
![alt text](https://github.com/scicode-bench/website-draft/blob/main/docs/figures/chern_number_1.png)
![](figures/chern_number_1.png)

```python
# Test Case 2
Expand All @@ -469,7 +469,7 @@ t1 = 5.0
t2 = 1.0
N = 40
```
![alt text](https://github.com/scicode-bench/website-draft/blob/main/docs/figures/chern_number_2.png)
![](figures/chern_number_2.png)

```python
# Test Case 3
Expand All @@ -479,5 +479,5 @@ t1 = 1.0
t2 = 0.2
N = 40
```
![alt text](https://github.com/scicode-bench/website-draft/blob/main/docs/figures/chern_number_3.png)
![](figures/chern_number_3.png)

0 comments on commit 135171e

Please sign in to comment.