You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+37-3Lines changed: 37 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,41 @@ repository.
6
6
* WorkChains which are developed by myself.
7
7
* WorkChains which have been developed on top of [AiiDA LSMO WorkChains](https://github.com/danieleongari/aiida-lsmo) for the purpose of my research but are provided here for now due to considerable deviation from
8
8
original design.
9
-
* Information about other WorkChains from other groups which we are using for out research .
9
+
* Information about other WorkChains from other groups which we are using for our research .
10
+
11
+
# Prerequisites
12
+
To use `AiiDA-MatDis` workchains use the following packages:
*`VoronoiEnergyWorkChain`: Calculation of Voronoi energies using `aiida-zeopp` and `aiida-porousmaterials`
25
+
*`VLCCWorkChain`: Construction of vapor-liquid coexistence curves using `aiida-raspa`
26
+
27
+
**NOTE** Following workchains are developed on top of [`LSMO IsothermWC`](https://github.com/lsmo-epfl/aiida-lsmo) to add multi-component feature with some changes. If you are interested in calculating single-component adsorption isotherms please visit [`aiida-lsmo` repository](https://github.com/lsmo-epfl/aiida-lsmo). You also can find other interesting and very well developed workchains there.
28
+
29
+
*`HTSWorkChain`: Calculation of multi component adsorption for a few pressure points using `aiida-zeopp` and `aiida-raspa` plugins. It submits all `RASPA` calculations in parallel.
30
+
*`HTSMultiTWorkChain`: Similar to `HTSWorkChain` for obtatining the multi-component adsorption values at different temperatures.
31
+
*`HTSEvWorkChain`: It is a modified version of `HTSWorkChain` which takes the output dictionary of `VoronoiEnergyWorkChain` and performs the consequent calculations.
32
+
*`MultiCompIsothermWorkChain`: It can be used to construct a full range multi-component adsorption isotherm. Here the difference with `HTSWorkChain` is that similar to `IsothermWC` from `aiida-lsmo`, calculations at higher pressure points are using the final configuration from the previous point.
33
+
34
+
**NOTE** Isotherm wokchains all benefit from `FFBuilder` of `aiida-lsmo` to construct force field definition files.
35
+
36
+
# Citation
37
+
If you benefit from `AiiDA` in your research, please cite [this paper](https://www.sciencedirect.com/science/article/pii/S0927025615005820?via%3Dihub) by *G. Pizzi et. al.*
38
+
If you use above-mentioned workchains for gas adsorption, please cite [this paper](https://pubs.acs.org/doi/10.1021/acscentsci.9b00619) by *D. Ongari et. al.*
39
+
40
+
# Documentation
41
+
Documentation for each WorkChain including the references, sources, know-hows, etc are provided in
42
+
the [Wiki](https://github.com/pzarabadip/aiida-MatDis/wiki) (In Progress).
43
+
44
+
# Acknowledgment
45
+
I would like to thank the funding received from the European Union’s Horizon 2020 research and innovation programme under the Marie Skłodowska-Curie Actions and cofinancing by the South Moravian Region under agreement 665860. This software reflects only the authors’ view and the EU is not responsible for any use that may be made of the information it contains.
10
46
11
-
**NOTE**: Documentation for each WorkChain including the references, sources, know-hows, etc are provided in
12
-
the [Wiki](https://github.com/pzarabadip/aiida-MatDis/wiki).
0 commit comments