Skip to content

Commit

Permalink
fix the typo in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
cagrikymk committed Feb 8, 2024
1 parent 18ced5d commit 4671a3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ You can learn more about the method in the following papers

Original Paper: [Jax-ReaxFF](https://pubs.acs.org/doi/10.1021/acs.jctc.2c00363)

JAX-MD Integration Paprt: [End-to-End Differentiable ReaxFF](https://link.springer.com/chapter/10.1007/978-3-031-32041-5_11)
JAX-MD Integration Paper: [End-to-End Differentiable ReaxFF](https://link.springer.com/chapter/10.1007/978-3-031-32041-5_11)

## How to Install
Jax-ReaxFF requires JAX and jaxlib ([Jax Repo](https://github.com/google/jax)). <br>
Expand Down Expand Up @@ -94,4 +94,4 @@ and it can be solved by changing XLA_FLAGS to:
```
export XLA_FLAGS="$XLA_FLAGS --xla_gpu_force_compilation_parallelism=1"
```
This flag can increase the compilation time drastically.
This flag can increase the compilation time drastically.

0 comments on commit 4671a3f

Please sign in to comment.