Skip to content
4 changes: 2 additions & 2 deletions book/content.en/docs/reference/forcefields/global/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ bookCollapseSection = true

It depends on the distances between two particles.

## [3SPN2BaseBase](3SPN2BaseBaseInteraction.md)
## [3SPN2BaseBase]({{<relref "3SPN2BaseBaseInteraction.md">}})

It is specific to 3SPN2 Coarse-Grained DNA model.

## [ProteinDNANonSpecific](ProteinDNANonSpecificInteraction.md)
## [ProteinDNANonSpecific]({{<relref "ProteinDNANonSpecificInteraction.md">}})

It is a Coarse-Grained hydrogen bond model.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ parameters = [
- The cutoff distance relative to the maximum {{<katex>}}\sigma_{ij}{{</katex>}}.
- `index`: Integer
- The index of the particle.
- `offset`: Integer (ptional. By default, 0.)
- `offset`: Integer (optional. By default, 0.)
- Offset of the index.
- `sigma`: Floating
- It determines the effective particle size.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ parameters = [
- `k`: Floating
- It determines the strength of the potential.
- `coef`: Array of Floatings (length = 7)
- {{<katex>}} C, k_1^{\sin}, k_1^{\cos}, k_2^{\sin}, k_2^{\cos}, k_3^{\sin}, k_3^{\cos} {{</katex>}}, respectively.
- {{<katex>}} C, k_1^{\cos}, k_1^{\sin}, k_2^{\cos}, k_2^{\sin}, k_3^{\cos}, k_3^{\sin} {{</katex>}}, respectively.
- `indices`: Array of Integers (length = 4)
- Indices of particles that interact with each other. The index is 0-based.
- `offset`: Integer(Optional. By default, 0.)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ parameters = [
- `k`: 浮動小数点数型
- このポテンシャルの強さを指定します。
- `coef`: 浮動小数点数の配列型(長さ: 7)
- 前から順に、{{<katex>}} C, k_1^{\sin}, k_1^{\cos}, k_2^{\sin}, k_2^{\cos}, k_3^{\sin}, k_3^{\cos} {{</katex>}}です。
- 前から順に、{{<katex>}} C, k_1^{\cos}, k_1^{\sin}, k_2^{\cos}, k_2^{\sin}, k_3^{\cos}, k_3^{\sin} {{</katex>}}です。
- `indices`: 整数の配列型(長さ: 4)
- どの粒子の間に適用するかを指定します。最初の粒子は0番めです。
- `offset`: 整数型(省略可能)
Expand Down