= Development Manual [http://www.lanseyilin.cn:8080/trac/wiki/code_page 开发手册] == Matlab Code == C++ Code === ISSDE flow chart [[Image(htdocs:flow_chart_english.png,50%,title=ISSDE与拟牛顿法流程图)]] === ISSDE structure [[Image(htdocs:ISSDE_different_scenarios.png,50%,title=ISSDE程序框架)]] == Git branch === ISSDE Normalization The normalization of the program is based on the mass of electron [[math(m_{e}=9.10938356\times10^{-31}\rm{kg})]], charge of electron [[math(q=1.602176565\times10^{-19}\rm{C})]], the speed of light [[math(c=3.0\times10^{8}\rm{m/s})]] and the vacuum dielectric constant is set to be 1. The physical normalized physics quantities are [[math(m_{e},e,c,\varepsilon_{0})]], the other quantities are as follow || variable || symbols || unit || || mass || [[math(m)]] || [[math(m_e)]] || || charge || [[math(q)]] || [[math(|e|)]] || || velocity || [[math(\bf{v})]] || [[math(c)]] || || position || [[math(\bf{x})]] || [[math(\frac{e^2}{m_e c^2 \varepsilon_0})]] || || time || [[math(t)]] || [[math(\frac{e^2}{m_e c^3 \varepsilon_0})]] || || eletric field || [[math(\bf{E})]] || [[math(\frac{m_e ^2 e^4 \varepsilon_0}{|e|^3})]] || || magnetic field || [[math(\bf{B})]] || [[math(\frac{m_e ^2 e^3 \varepsilon_0}{|e|^3})]] || || magnetic flux || [[math(\psi)]] || [[math(\frac{|e|}{c\varepsilon_0})]] || || Derivative of magnetic flux || [[math(\partial\psi/\partial R)]] || [[math(m_ec)]] || [http://www.lanseyilin.cn:8080/trac/wiki/WikiStart_English Prev]