代码搜索:Hydrogen

找到约 67 项符合「Hydrogen」的源代码

代码结果 67
www.eeworm.com/read/241323/13156450

m hydrogen.m

function f=hydrogen(N,L,M,x,y); %> The file calculates the amplitudes of the eigenfunctions %> of the hydrogen atom. The amplitude is renormalized by an extra %> factor = sqrt(sin(theta
www.eeworm.com/read/380728/9131922

s reset_hydrogen.s

/********************************************************************* * * Copyright: * Advanced Micro Devices, AMD. All Rights Reserved. * You are hereby granted a copyright license to use
www.eeworm.com/read/325783/3479355

s reset_hydrogen.s

/********************************************************************* * * Copyright: * Advanced Micro Devices, AMD. All Rights Reserved. * You are hereby granted a copyright license to use, mo
www.eeworm.com/read/290560/3972364

s reset_hydrogen.s

/********************************************************************* * * Copyright: * Advanced Micro Devices, AMD. All Rights Reserved. * You are hereby granted a copyright license to use, mo
www.eeworm.com/read/351574/3106605

s reset_hydrogen.s

/********************************************************************* * * Copyright: * Advanced Micro Devices, AMD. All Rights Reserved. * You are hereby granted a copyright license to use, mo
www.eeworm.com/read/313064/13597336

m hydrowavefnplots1.m

% Plot the first few radial wavefunctions for the hydrogen atom with l=1. x=[0:.05:10]; y = zeros(5,201); for n=1:5 y(n,:) = -x .* exp(-x) .* polyval(AssociatedLaguerrePoly(n,1),x); end
www.eeworm.com/read/313064/13597337

m hydrowavefnplots2.m

% Plot the first few radial wavefunctions for the hydrogen atom with l=2. x=[0:.05:10]; y = zeros(5,201); for n=2:5 y(n,:) = -x.^2 .* exp(-x) .* polyval(AssociatedLaguerrePoly(n,2),x); en
www.eeworm.com/read/313064/13597338

m hydrowavefnplots0.m

% Plot the first few radial wavefunctions for the hydrogen atom with l=0 % (no angular momentum). x=[0:.02:5]; y = zeros(6,251); for n=0:5 y(n+1,:) = -exp(-x) .* polyval(LaguerrePoly(n),x
www.eeworm.com/read/380728/9131958

s reset_hydrogen3.s

/********************************************************************* * * Copyright: * Advanced Micro Devices, AMD. All Rights Reserved. * You are hereby granted a copyright license to use
www.eeworm.com/read/325783/3479368

s reset_hydrogen3.s

/********************************************************************* * * Copyright: * Advanced Micro Devices, AMD. All Rights Reserved. * You are hereby granted a copyright license to use, mo