Skip to content

Commit 504e8cb

Browse files
author
Amos Egel
committed
cleanup: remove obsolete T_matrix.m file, remove obsolete comments
1 parent 37d5b21 commit 504e8cb

File tree

2 files changed

+1
-55
lines changed

2 files changed

+1
-55
lines changed

sources/scattering/T_matrix.m

Lines changed: 0 additions & 43 deletions
This file was deleted.

sources/scattering/coupling_matrix_multiply.m

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -88,17 +88,6 @@
8888

8989
part_pos = gpuArray(single(transpose(simulation.input.particles.positionArray)));
9090

91-
% tic
9291
[real_Wx,imag_Wx] = coupling_matrix_multiply_CUDA(real_x,imag_x,real_hTab,imag_hTab,PlmCoeffTable,real_ab5Tab,imag_ab5Tab,part_pos,int32(NS),rResol);
93-
% wait(gpuDevice)
94-
% toc
95-
96-
% tic
97-
% [real_Wx,imag_Wx] = coupling_matrix_multiply_copy_of_CUDA_lmax3(gather(real_x),gather(imag_x),gather(real_hTab),gather(imag_hTab),gather(PlmCoeffTable),gather(real_ab5Tab),gather(imag_ab5Tab),gather(part_pos),gather(int32(NS)),gather(rResol));
98-
% toc
99-
% real_Wx(1)
100-
% imag_Wx(1)
101-
102-
Wx = real_Wx + 1i*imag_Wx;
103-
% norm(Wx)
10492

93+
Wx = real_Wx + 1i*imag_Wx;

0 commit comments

Comments
 (0)