We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4bd4a1 commit 4d5a557Copy full SHA for 4d5a557
README.md
@@ -6,6 +6,14 @@ MultiState Iterative Boltzmann Inversion
6
A package to help you manage and run pair potential optimizations using
7
multistate iterative Boltzmann inversion.
8
9
+Install from source:
10
+```python
11
+git clone https://github.com/ctk3b/msibi.git
12
+cd msibi
13
+pip install .
14
+```
15
+
16
17
#### Citation [](http://dx.doi.org/10.1063/1.4880555)
18
Details of the underlying method and its validation can be found [here](http://dx.doi.org/10.1063/1.4880555).
19
0 commit comments