Skip to content

Commit f88a594

Browse files
authored
Update README.md
1 parent 0790424 commit f88a594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ For a truncation order of `N=10`, GPU acceleration achieves a speedup of a facto
148148
Xu and Charlton (references below) have introduced an alternative way, computing the matrix exponential by a Taylor series instead of an Eigentransform. This allows for efficient parallelism and thus improves performance drastically, about two orders of magnitude compared to ETM using high-end GPU. Only reflection and transmission are implemented so far, accessed via:
149149

150150
```julia
151-
E,H=taylor_reftra(mdl,grd,xypoints,zpoints,λ,ste) #compute the electric and magnetic field
151+
E,H=taylor_reftra(mdl,grd,xypoints,zpoints,λ,ste)
152152
```
153153

154154
## Mathematics

0 commit comments

Comments
 (0)