-
Notifications
You must be signed in to change notification settings - Fork 52
/
requirements.txt
36 lines (28 loc) · 989 Bytes
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
###################################
# Required packages for DynaPhoPY #
###################################
#
# These are the requirements for dynaphopy
# Install these packages using:
# pip install -r requirements.txt --user
#
# The packages commented are optional and require
# the instalations of additional libraries on
# your system. Uncomment them to install.
#
### These packages are mandatory to run the software ###
phonopy >=2.0
# Note: dynaphopy also may work with phonopy <=1.12.6.26, >=1.9.6
numpy>=1.8.2
scipy
matplotlib
seekpath
PyYAML
windows-curses; sys_platform == 'windows'
### These packages are optional (uncomment to install) ###
# h5py may require to install libhdf5-serial-dev or libhdf5-openmp-dev libraries on your system
# h5py
# To use pyfftw FFTW libraries must be installed on your system (check pyfftw homepage for more information)
# pyfftw
# CUDA acceleration requires CUDA libraries and a nVidia CUDA compatible gpu card
# cuda_functions