benbaby 发表于 2016-1-5 16:32
这个软件哪里可以搞到啊?
blueyangliu 发表于 2017-3-10 14:02
文档在前言中说明,“这适用于比较轻的元素体系,但是无法计算重元素体系的光谱精细结构”,这个轻元素具体 ...
yang_lzu 发表于 2018-5-2 11:43
各位大神,我想请问dalton是怎么安装的?之前在window下用cmake产生了install文件夹,但是后面就不知道怎么 ...
CentOS 7.2,root,gfortran,机子有MKL
串行版编译:
./setup --prefix=/sob //会安装到/sob/dalton下面。默认用gfortran和gcc
cd build
make install -j
ctest -j //同时测试四个任务,每个任务串行计算
并行版编译:
安装openmpi:./configure --prefix=/sob/openmpi202; make all install (用-j没用,并不会并行编译)
然后把openmpi目录下的bin、lib加入到PATH和LD_LIBRARY_PATH里
./setup --mpi --prefix=/sob
cd build
make install -j (四核的话8分钟编译完毕,36核的话不到一分钟编译完毕)
把此加入到.bashrc:
export PATH=$PATH:/sob/dalton
export DALTON_TMPDIR=/sob2 则之后临时文件都产生在/sob2/DALTON_scratch_root目录下
export DALTON_LAUNCHER="mpirun -np 36 --allow-run-as-root"
export LSDALTON_LAUNCHER="mpirun -np 36 --allow-run-as-root"
重新进入shell之后可以在build目录下运行ctest进行测试,会一次运行一个任务,并行执行。458个任务悉数通过
For transitions between non-degenerate states, the general rule for the total transition rate is to average initial states and sum over final states. In the most common picture with a T->S transition, an ensemble average over the triplet states,assuming they are equally populated, shows up as a factor 1/3
http://forum.daltonprogram.org/v ... 65&p=6688#p6688
linqiaosong 发表于 2020-2-10 18:05
beefly大佬,我在dalton的论坛上询问了系数3的问题,对方给出的回复如下:
所以或许这个3并不能称之为程 ...
gaussion 发表于 2023-4-25 15:35
请问对于含过渡族金属Ir/Au/Pt等大原子的分子,如何算跃迁偶极矩,求大佬点播~
欢迎光临 计算化学公社 (http://bbs.keinsci.com/) | Powered by Discuz! X3.3 |