📄 potential2ds.f90
字号:
real(kind(1.d0)) function potentialV0(x,z) ! ! User supplied additional potential ! ! This function takes on input the coordinates x,z and returns the value ! of the potential at this point *** exclusive of the harmonic trap *** ! implicit none integer, parameter :: dp=kind(1.d0) real(dp), intent(in) :: x,z potentialV0 = 0.d0 returnend function potentialV0
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -