duello 0.1.4__tar.gz → 0.1.6__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- duello-0.1.6/.cargo/config.toml +2 -0
- {duello-0.1.4 → duello-0.1.6}/.gitignore +4 -0
- {duello-0.1.4 → duello-0.1.6}/.vscode/settings.json +10 -5
- duello-0.1.6/.zenodo.json +30 -0
- {duello-0.1.4 → duello-0.1.6}/Cargo.lock +456 -332
- {duello-0.1.4 → duello-0.1.6}/Cargo.toml +26 -17
- {duello-0.1.4 → duello-0.1.6}/PKG-INFO +34 -18
- {duello-0.1.4 → duello-0.1.6}/README.md +31 -17
- duello-0.1.4/assets/calvados3.ipynb → duello-0.1.6/assets/convert-calvados3.ipynb +20 -16
- duello-0.1.6/examples/cppm/virial-integration.ipynb +484 -0
- duello-0.1.6/examples/lazy_static.rs +25 -0
- duello-0.1.6/examples/lookup.rs +72 -0
- duello-0.1.6/pdb2xyz/.python-version +1 -0
- duello-0.1.6/pdb2xyz/README.md +0 -0
- duello-0.1.6/pdb2xyz/main.py +222 -0
- duello-0.1.6/pdb2xyz/pyproject.toml +7 -0
- {duello-0.1.4 → duello-0.1.6}/pyproject.toml +6 -0
- {duello-0.1.4 → duello-0.1.6}/scripts/calvados3.sh +3 -4
- duello-0.1.6/scripts/colab.ipynb +1 -0
- {duello-0.1.4 → duello-0.1.6}/scripts/cppm.sh +6 -5
- duello-0.1.6/src/energy.rs +112 -0
- duello-0.1.6/src/fibonacci.rs +49 -0
- duello-0.1.6/src/icoscan.rs +205 -0
- duello-0.1.6/src/icosphere.rs +210 -0
- duello-0.1.6/src/icotable.rs +619 -0
- duello-0.1.6/src/lib.rs +64 -0
- {duello-0.1.4 → duello-0.1.6}/src/main.rs +95 -104
- duello-0.1.6/src/report.rs +104 -0
- duello-0.1.6/src/sample.rs +132 -0
- duello-0.1.6/src/spherical.rs +126 -0
- {duello-0.1.4 → duello-0.1.6}/src/structure.rs +159 -135
- {duello-0.1.4 → duello-0.1.6}/src/table.rs +30 -6
- duello-0.1.6/src/vertex.rs +61 -0
- duello-0.1.6/src/virial.rs +172 -0
- duello-0.1.6/uv.lock +256 -0
- duello-0.1.4/examples/icosphere.rs +0 -23
- duello-0.1.4/scripts/colab.ipynb +0 -1
- duello-0.1.4/scripts/pdb2xyz.py +0 -32
- duello-0.1.4/src/anglescan.rs +0 -357
- duello-0.1.4/src/energy.rs +0 -65
- duello-0.1.4/src/icoscan.rs +0 -107
- duello-0.1.4/src/icotable.rs +0 -515
- duello-0.1.4/src/lib.rs +0 -148
- duello-0.1.4/src/report.rs +0 -97
- {duello-0.1.4 → duello-0.1.6}/.github/dependabot.yml +0 -0
- {duello-0.1.4 → duello-0.1.6}/.github/workflows/rust.yml +0 -0
- {duello-0.1.4 → duello-0.1.6}/.vscode/extensions.json +0 -0
- {duello-0.1.4 → duello-0.1.6}/.vscode/launch.json +0 -0
- {duello-0.1.4 → duello-0.1.6}/.zed/settings.json +0 -0
- {duello-0.1.4 → duello-0.1.6}/LICENSE +0 -0
- {duello-0.1.4 → duello-0.1.6}/assets/atoms.yml +0 -0
- {duello-0.1.4 → duello-0.1.6}/assets/duello-logo.png +0 -0
- {duello-0.1.4 → duello-0.1.6}/assets/illustration.png +0 -0
- {duello-0.1.4 → duello-0.1.6}/examples/calvados3/4lzt.xyz +0 -0
- {duello-0.1.4 → duello-0.1.6}/examples/calvados3/calvados3.yaml +0 -0
- {duello-0.1.4 → duello-0.1.6}/examples/calvados3/topology.yaml +0 -0
- {duello-0.1.4 → duello-0.1.6}/examples/cppm/cppm-p00.xyz +0 -0
- {duello-0.1.4 → duello-0.1.6}/examples/cppm/cppm-p18.xyz +0 -0
- {duello-0.1.4 → duello-0.1.6}/examples/cppm/topology.yaml +0 -0
- {duello-0.1.4 → duello-0.1.6}/examples/notebook/interpolation-error.ipynb +0 -0
- {duello-0.1.4 → duello-0.1.6}/examples/notebook/plot_potential.py +0 -0
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
# will have compiled files and executables
|
|
3
3
|
debug/
|
|
4
4
|
target/
|
|
5
|
+
*.vmd
|
|
6
|
+
*.json
|
|
7
|
+
log
|
|
8
|
+
*.tga
|
|
5
9
|
|
|
6
10
|
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
|
|
7
11
|
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
|
|
@@ -87,9 +87,14 @@
|
|
|
87
87
|
"utility": "cpp"
|
|
88
88
|
},
|
|
89
89
|
"rust-analyzer.showUnlinkedFileNotification": false,
|
|
90
|
-
"rust-analyzer.cargo.
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
"
|
|
90
|
+
"rust-analyzer.cargo.noDefaultFeatures": false,
|
|
91
|
+
"rust-analyzer.checkOnSave": true,
|
|
92
|
+
"editor.tabCompletion": "on",
|
|
93
|
+
"python.languageServer": "Pylance", // or "Default"
|
|
94
|
+
"python.autoComplete.addBrackets": true,
|
|
95
|
+
"editor.quickSuggestions": {
|
|
96
|
+
"other": true,
|
|
97
|
+
"comments": false,
|
|
98
|
+
"strings": true
|
|
99
|
+
}
|
|
95
100
|
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "Duello - Virial Coefficient and Dissociation Constant Estimation for Rigid Macromolecules",
|
|
3
|
+
"description": "Duello is a tool to evaluate the two-body partition function between rigid bodies, performing a statistical mechanical average over inter-molecular orientations using subdivided icosahedrons. The osmotic second virial coefficient; binary dissociation constant; and the potential of mean force is calculated.",
|
|
4
|
+
"creators": [
|
|
5
|
+
{
|
|
6
|
+
"name": "Mikael Lund",
|
|
7
|
+
"affiliation": "Division of Theoretical Chemistry, Department of Chemistry, Lund University, Sweden",
|
|
8
|
+
"orcid": "0000-0001-8178-8175"
|
|
9
|
+
}
|
|
10
|
+
],
|
|
11
|
+
"contributors": [
|
|
12
|
+
{"type": "Researcher", "name": "Isabel Vinterbladh", "orcid": "0009-0007-0801-2611"}
|
|
13
|
+
],
|
|
14
|
+
"keywords": [
|
|
15
|
+
"statistical thermodynamics",
|
|
16
|
+
"virial coefficient",
|
|
17
|
+
"intermolecular interactions",
|
|
18
|
+
"molecular simulation",
|
|
19
|
+
"docking"
|
|
20
|
+
],
|
|
21
|
+
"related_identifiers": [
|
|
22
|
+
{
|
|
23
|
+
"scheme": "url",
|
|
24
|
+
"identifier": "https://github.com/mlund/duello",
|
|
25
|
+
"relation": "isSupplementTo"
|
|
26
|
+
}
|
|
27
|
+
],
|
|
28
|
+
"access_right": "open",
|
|
29
|
+
"upload_type": "software"
|
|
30
|
+
}
|