# IT4Innovations # LK 2023 easyblock = "Conda" name = 'cuQuantum' version = '23.10.0' versionsuffix = '-CUDA-12.2.0-conda' homepage = 'http://phonopy.sourceforge.net/phono3py/index.html' description = """This software calculates phonon-phonon interaction related properties""" toolchain = SYSTEM dependencies = [ ('Anaconda3', '2023.07-2'), ('CUDA', '12.2.0', '', True), ] requirements = "cuquantum cuda-version=12 cuquantum-python" channels = ['conda-forge'] sanity_check_paths = { 'files': [], 'dirs': ['bin', 'lib'] } moduleclass = 'phys'