p([==[ Description =========== ABINIT Version ======= 10.6.3 More information ================ - Homepage: https://www.abinit.org/ ]==]) whatis([==[Description: ABINIT is a software suite to calculate the optical, mechanical, vibrational, and other observable properties of materials. Starting from the quantum equations of density functional theory, you can build up to advanced applications with perturbation theories based on DFT, and many-body Green's functions (GW and DMFT). ]==]) whatis([==[Homepage: https://www.abinit.org]==]) whatis("Compiled by bbruzzo") local root = "/data/shared/apps/abinit/10.6.3/build" local libs = "/data/shared/apps/abinit/10.6.3/libs" if not ( isloaded("intel/2024.0.0") ) then load("intel/2024.0.0") end if not ( isloaded("openmpi5") ) then load("openmpi5") end prepend_path("PATH", pathJoin(root, "/bin")) prepend_path("LD_LIBRARY_PATH", pathJoin(libs, "/lib"))