Skip to content

Commit

Permalink
Restyled by prettier-markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Oct 12, 2019
1 parent 52dee3c commit 26d99d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/src/Collections.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,16 +104,16 @@ The $E(V)$ relation of equations of state are listed as below:
E(V) = E_{0}+\frac{9}{16} V_{0} B_{0} \frac{\left(x^{2 / 3}-1\right)^{2}}{x^{7 / 3}}\left\{x^{1 / 3}\left(B_{0}^{\prime}-4\right)-x\left(B_{0}^{\prime}-6\right)\right\}.
```

where ``x = V / V_0``, and
``f = \frac{ 1 }{ 2 } \bigg[ \bigg( \frac{ V_0 }{ V } \bigg)^{2/3} - 1 \bigg]``.
where `x = V / V_0`, and
`f = \frac{ 1 }{ 2 } \bigg[ \bigg( \frac{ V_0 }{ V } \bigg)^{2/3} - 1 \bigg]`.

4. `BirchMurnaghan4th`:

```math
E(V) = E_{0}+\frac{3}{8} V_{0} B_{0} f^{2}\left[\left(9 H-63 B_{0}^{\prime}+143\right) f^{2}+12\left(B_{0}^{\prime}-4\right) f+12\right].
```

where ``H = B_0 B_0'' + (B_0')^2``.
where `H = B_0 B_0'' + (B_0')^2`.

5. `PoirierTarantola2nd`:

Expand All @@ -133,7 +133,7 @@ The $E(V)$ relation of equations of state are listed as below:
E(V) = E_{0}+\frac{1}{24} B_{0} V_{0} \ln ^{2} x\left\{\left(H+3 B_{0}^{\prime}+3\right) \ln ^{2} x\right. \left.+4\left(B_{0}^{\prime}+2\right) \ln x+12\right\}.
```

where ``H = B_0 B_0'' + (B_0')^2``.
where `H = B_0 B_0'' + (B_0')^2`.

8. `Vinet`:

Expand Down

0 comments on commit 26d99d0

Please sign in to comment.