Software Open Access
Barnowsky, Tom;
Friedrich, Rico
FINDSLAB: Software for Exfoliation and Cleavage of Crystals
Tom Barnowsky & Rico Friedrich
Technische Universität Dresden & Helmholtz-Zentrum Dresden-Rossendorf, Germany
This program implements the XCP method to identify 2D materials from bulk materials by estimating bonding energies using a two-body potential model [1].
Potential Models
The code supports a range of two-body potential parametrizations \(V(r)\), namely:
Parameters are provided as plain text files which are specified via the environment variable `FINDSLAB_POTDATA`. Note that all energies have to be multiplied by a factor two to compare to surface/bonding energies.
Build
Run `make` serially (without `-j n`). A binary will be created in the `bin` directory.
Requirements: a recent Fortran compiler, BLAS and LAPACK.
Usage
FINDSLAB provides some instructions when running `findslab --help`.
The code is designed to work with VASP POSCAR files, however, the reader is not fully general and expects the formatting as it is found in the AFLOW database (aflow.org) [2]. To convert general structure files (including those from other codes) to this format, use the AFLOW software to run `aflow --vasp`. The aflow code is available at github.com/aflow-org/aflow.
Here we provide an example code to determine HKLSEARCH slabs from bulk Ca3N2 retrieved via the AFLOW REST API [3]:
export FINDSLAB_POTDATA=<path to file>
export OPENBLAS_NUM_THREADS=1
curl http://aflowlib.duke.edu/HEX/Ca3N2_ICSD_169727/CONTCAR.relax.vasp |
aflow --sconv |
findslab --hklsearch
Conversion to the conventional unit cell via `aflow --sconv` is optional and is only used here to relate Miller indices to the conventional cell.
Acknowledgements
The authors thank Carsten Timm, Steve Schmerler, and Moritz Leucke for fruitful discussions. Parts of this work are based on an implementation for creating Miller planes from the atomic simulation environment (ASE) [4]. Additionally, we implement the criterion of Mounet et al. [5] to identify van der Waals-bound layers in bulk structures.
License
This dataset is published under the Apache 4.0 license. We kindly ask works based on this software to cite this entry and/or the associated publication.
| Name | Size | |
|---|---|---|
|
findslab_v1.0.zip
md5:e4f80a95b5e060057e241af0c6adcd07 |
51.3 kB | Download |
[1] T. Barnowsky, C. Timm, and R. Friedrich (2025).
[2] S. Divilov et al., High Entropy Alloys Mater. 3, 178 (2025).
[3] R. H. Taylor et al., Comp. Mat. Sci. 93, 178 (2014).
[4] A. H. Larsen et al., J. Phys.: Condens. Matter 29, 273002 (2017).
[5] N. Mounet et al., Nat. Nanotechnol. 13, 246 (2018).
| All versions | This version | |
|---|---|---|
| Views | 0 | 0 |
| Downloads | 0 | 0 |
| Data volume | 0 Bytes | 0 Bytes |
| Unique views | 0 | 0 |
| Unique downloads | 0 | 0 |