Skip to content

Commit 26148e5

Browse files
committed
Rename
1 parent 74ba711 commit 26148e5

29 files changed

+7
-8
lines changed

β€Žvirialize/Cargo.tomlβ€Ž renamed to β€ŽCargo.tomlβ€Ž

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
2-
name = "virialize"
3-
version = "0.1.3"
2+
name = "duello"
3+
version = "0.1.4"
44
edition = "2021"
55
description = "Calculates the osmotic second virial coefficient (B2), and dissociation constant (Kd), for two rigid (macro)molecules, e.g. globular proteins. Done by explicit summation of the partition function in six dimensions (angular space and rigid-body separation). Calvados 3 parameters for use with coarsed grained amino acids are provided, but any pair-wise additivie potential can be used."
66
authors = ["Mikael Lund <[email protected]>"]
7-
#repository = "https://github.com/mlund/faunus-rs"
8-
documentation = "https://docs.rs/virialize"
7+
repository = "https://github.com/mlund/duello"
8+
documentation = "https://docs.rs/duello"
99
readme = "README.md"
1010
license = "Apache-2.0"
1111
categories = ["science"]
@@ -20,7 +20,7 @@ itertools = "0.12"
2020
itertools-num = "0.1"
2121
nalgebra = "0.33"
2222
rayon = "1.10"
23-
faunus = { path = "../faunus" }
23+
faunus = { git = "https://github.com/mlund/faunus-rs.git" }
2424
interatomic = { git = "https://github.com/mlund/interatomic.git", version = "0.2" }
2525
coulomb = { git = "https://github.com/mlund/coulomb.git", version = "0.2" }
2626
serde_yaml = "0.9"
File renamed without changes.

β€Žvirialize/README.mdβ€Ž renamed to β€ŽREADME.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ the thermally averaged energy, $u(r) = \sum u(r)e^{-\beta u(r)} / Q$.
1313

1414
## Usage
1515

16-
The command-line tool `virialize` does the 6D scanning and calculates
16+
The command-line tool `duello` does the 6D scanning and calculates
1717
the potential of mean force, w(r) which
1818
is used to derive the 2nd virial coefficient and twobody dissociation constant.
1919
Two input structures are requires (`.xyz` format) and all particle types must
@@ -23,7 +23,7 @@ Note that currently, a coulomb potential is automatically added and should
2323
hence not be specified in the topology.
2424

2525
```console
26-
virialize scan --icotable -1 cppm-p18.xyz -2 cppm-p00.xyz --rmin 40.5 --rmax 60 --dr 1.0 --top topology.yaml --resolution 0.6 --molarity 0.05
26+
duello scan --icotable -1 cppm-p18.xyz -2 cppm-p00.xyz --rmin 40.5 --rmax 60 --dr 1.0 --top topology.yaml --resolution 0.6 --molarity 0.05
2727
```
2828

2929
### Examples
File renamed without changes.
File renamed without changes.

β€Žassets/duello-logo.pngβ€Ž

862 KB
Loading
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
Β (0)