Skip to content

Commit

Permalink
cleanup: remove obsolete T_matrix.m file, remove obsolete comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Amos Egel committed Feb 24, 2017
1 parent 37d5b21 commit 504e8cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 55 deletions.
43 changes: 0 additions & 43 deletions sources/scattering/T_matrix.m

This file was deleted.

13 changes: 1 addition & 12 deletions sources/scattering/coupling_matrix_multiply.m
Original file line number Diff line number Diff line change
Expand Up @@ -88,17 +88,6 @@

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

% tic
[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);
% wait(gpuDevice)
% toc

% tic
% [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));
% toc
% real_Wx(1)
% imag_Wx(1)

Wx = real_Wx + 1i*imag_Wx;
% norm(Wx)

Wx = real_Wx + 1i*imag_Wx;

0 comments on commit 504e8cb

Please sign in to comment.