📄 cg_mom_to_can.m
字号:
function pot = cg_mom_to_can(pot)% CG_MOM_TO_CAN Convert a CG potential from moment to canonical form, if necessary.% pot = cg_mom_to_can(pot)if pot.subtype ~= 'c' for i=1:pot.dsize pot.can{i} = mpot_to_cpot(pot.mom{i}); end pot.subtype = 'c';end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -