| 查看: 1686 | 回复: 3 | ||
| 【悬赏金币】回答本帖问题,作者清清清行将赠送您 20 个金币 | ||
[求助]
FAC程序包计算磁子截面 已有1人参与
|
||
|
在用FAC计算Ni,Co,Rh中高Z原子的磁子截面的时候,最后结果报错显示“too many free orbitals, enlarge norbmap2: 5000 >= 5000”,有同学知道是哪里有问题吗,如何修改。 发自小木虫Android客户端 |
» 猜你喜欢
一个有机合成实验室都需要哪些设备?
已经有6人回复
2026年国自然面上资助率
已经有20人回复
面上再次挂了,太难了,躺也躺不了,倦也卷不过,小学校之殇!
已经有22人回复
微信指数没变化,科研之友没阅读
已经有18人回复
基础研究怎么拉横向,学校到款任务越来越多,难以完成 拉横向,都有哪些途径啊
已经有8人回复
HXDI做水性聚氨酯乳液,是不是特别容易出渣
已经有3人回复
系统今天又提示维护了,估计离放榜不远了
已经有15人回复
你们的时间戳变了吗
已经有4人回复
产物和副产物价值比较
已经有5人回复
时间戳他又来了
已经有17人回复
2楼2024-10-24 22:43:21
rlafite
至尊木虫 (正式写手)
- 应助: 199 (高中生)
- 金币: 11352.5
- 红花: 29
- 沙发: 1
- 帖子: 956
- 在线: 361.9小时
- 虫号: 4563202
- 注册: 2016-04-02
- 性别: GG
- 专业: 同步辐射技术及其应用
【答案】应助回帖
感谢参与,应助指数 +1
|
# calculate the photoionization and # radiative recombination cross sections InitializeMPI(8) SetAtom('Ni') # specify the configurations for both recombining # and recombined ions. Closed('1s') Config('2s2 2p5 3s2 3p6 3d8 4s2', group = 'n1') # Config('2s1 2*1', group = 'n2') Config('2s2 2p6 3s2 3p6 3d8 4s2', group = 'rn2') ConfigEnergy(0) OptimizeRadial(['rn2']) ConfigEnergy(1) # configuration interaction between n=1 and n=2 # complexes are included for the recombining ion. Structure('Ni0p.lev.b', ['n1']) Structure('Ni0p.lev.b', ['rn2']) MemENTable('Ni0p.lev.b') PrintTable('Ni0p.lev.b', 'Ni0p.lev', 1) RRTable('Ni0p.rr.b', ['rn2'], ['n1']) PrintTable('Ni0p.rr.b', 'Ni0p.rr', 1) FinalizeMPI() |
3楼2024-10-25 00:43:30
rlafite
至尊木虫 (正式写手)
- 应助: 199 (高中生)
- 金币: 11352.5
- 红花: 29
- 沙发: 1
- 帖子: 956
- 在线: 361.9小时
- 虫号: 4563202
- 注册: 2016-04-02
- 性别: GG
- 专业: 同步辐射技术及其应用
【答案】应助回帖
|
# calculate the photoionization and # radiative recombination cross sections InitializeMPI(8) SetAtom('Co') # specify the configurations for both recombining # and recombined ions. Closed('1s') Config('2s1 2p6 3s2 3p6 3d7 4s2', group = 'n1') # Config('2s1 2*1', group = 'n2') Config('2s2 2p6 3s2 3p6 3d7 4s2', group = 'rn2') ConfigEnergy(0) OptimizeRadial(['rn2']) ConfigEnergy(1) # configuration interaction between n=1 and n=2 # complexes are included for the recombining ion. Structure('Co0s.lev.b', ['n1']) Structure('Co0s.lev.b', ['rn2']) MemENTable('Co0s.lev.b') PrintTable('Co0s.lev.b', 'Co0s.lev', 1) RRTable('Co0s.rr.b', ['rn2'], ['n1']) PrintTable('Co0s.rr.b', 'Co0s.rr', 1) FinalizeMPI() |
4楼2024-10-25 00:44:34










回复此楼