easyconfigs-it4i/s/stda/stda-1.6.3.eb
Lukas Krupcik dde97d4fde new file: g/GROMACS/GROMACS-2023.4-foss-2022a-CUDA-12.0.0-v2.eb
new file:   g/GROMACS/GROMACS-2024-foss-2022a-CUDA-12.0.0-v2.eb
	new file:   h/HyperQueue/HyperQueue-0.18.0.eb
	new file:   s/stda/stda-1.6.3.eb
	new file:   x/xtb4stda/xtb4stda-1.0.eb
2024-02-14 12:24:49 +01:00

28 lines
716 B
Plaintext

# IT4Innovations 2024
# LK 2024
easyblock = 'Binary'
name = 'stda'
version = '1.6.3'
homepage = 'https://github.com/grimme-lab/stda'
description = """stda program for computing excited states and response functions via simplified TD-DFT methods (sTDA, sTD-DFT, and SF-sTD-DFT) """
toolchain = SYSTEM
source_urls = ['https://github.com/grimme-lab/stda/releases/download/v%(version)s/']
sources = ['%(name)s_v%(version)s']
checksums = ['9701f1d08e79dd560f44fbae61d126eaacd944eb8f67fca0820621b90033af80']
install_cmd = 'mkdir %(installdir)s/bin && '
install_cmd += 'mv %(name)s_v%(version)s %(installdir)s/bin/%(name)s '
sanity_check_paths = {
'files': ['bin/stda'],
'dirs': [],
}
moduleclass = 'chem'