High-order force constants for the masses
Project description
hiPhive is a tool for efficiently extracting high-order force constants from atomistic simulations, most commonly density functional theory calculations. A detailed description of the functionality provided as well as an extensive tutorial can be found in the user guide. Complete examples of using hiphive for force constants extraction can be found in the hiphive-examples repository.
hiPhive is written in Python, which allows easy integration with countless first-principles codes and analysis tools accessible in Python, and allows for a simple and intuitive user interface. For example using the following snippet one can train a force constant potential:
cs = ClusterSpace(primitive_cell, cutoffs)
sc = StructureContainer(cs, list_of_training_structure)
opt = Optimizer(sc.get_fit_data())
opt.train()
fcp = ForceConstantPotential(cs, opt.parameters)
after which it can be used in various ways, e.g., for generating phonon dispersions, computing phonon lifetimes, or running molecular dynamics simulations.
For questions and help please use the hiphive discussion forum on matsci.org. hiPhive and its development are hosted on gitlab.
Installation
hiPhive can be installed via pip:
pip3 install hiphive
or via conda:
conda install -c conda-forge hiphive
hiPhive requires Python3 and invokes functionality from several external libraries including the atomic simulation environment, scikit-learn, spglib, SymPy, and trainstation. Please consult the installation section of the user guide for details.
Credits
hiPhive has been developed at the Department of Physics of Chalmers University of Technology (Gothenburg, Sweden) in the Condensed Matter and Materials Theory division.
When using hiPhive in your research please cite the following paper:
Please consult the Credits page of the documentation for additional references.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file hiphive-1.3.1.tar.gz
.
File metadata
- Download URL: hiphive-1.3.1.tar.gz
- Upload date:
- Size: 73.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 95b1b5db9ad6898ffd7529867a0feb2c0c23b0236dfde50372e8df2939edcafd |
|
MD5 | 8cd9b045a388967460b542d8c06b61da |
|
BLAKE2b-256 | 749a875ff7ce2509e86778547b3e627ac4c95daad180715e7cc86edb41ecfdc2 |
File details
Details for the file hiphive-1.3.1-py2.py3-none-any.whl
.
File metadata
- Download URL: hiphive-1.3.1-py2.py3-none-any.whl
- Upload date:
- Size: 88.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c2dc80f019d7e8740b0780464c2318e7956aa177242550d18fc8b0406ba95b73 |
|
MD5 | 1abb4fde136d053b1dd02de6c2276a1f |
|
BLAKE2b-256 | 4347bcab8ba701dbcbecae6dd5cc6e2294e2cf747eb9049d23fb9d32d61986a2 |