Skip to content

Releases: kc-ml2/meent

meent 0.7.0

03 Feb 15:43
1cc27b4
Compare
Choose a tag to compare
meent 0.7.0 Pre-release
Pre-release

Optimized JAX code (jit was applied in broad range).
Added JAX vmap and pmap.
Example code for TPU backend development(on hold due to 'NotImplementedError')
Added Citation file
host_callback was replaced by pure_callback in eig in JAX due to slow speed in pmap

meent 0.6.0

09 Jan 15:12
0882c3d
Compare
Choose a tag to compare
meent 0.6.0 Pre-release
Pre-release

Supports Numpy, JAX and PyTorch as a backend for EM simulation and its optimization.

meent 0.5.0

25 Dec 11:59
Compare
Choose a tag to compare
meent 0.5.0 Pre-release
Pre-release

support Field Distribution for 1D and 2D (Not for 1D_conical).
fixed setup.py not to contain other folders than meent.

meent 0.4.2

07 Nov 15:03
3e3faad
Compare
Choose a tag to compare
meent 0.4.2 Pre-release
Pre-release

bug fix: change setup.py so that it contains nk_data folder.
change argument 'wls' to 'wavelength' since Meent instance changed to deal with only on single wavelength.

meent 0.3.8

07 Nov 13:55
Compare
Choose a tag to compare
meent 0.3.8 Pre-release
Pre-release

bug fix: adding nk_data folder.

meent 0.3.7

07 Nov 10:51
Compare
Choose a tag to compare
meent 0.3.7 Pre-release
Pre-release

bug fix: adding nk_data in PyPI package

meent 0.3.6

07 Nov 10:22
Compare
Choose a tag to compare
meent 0.3.6 Pre-release
Pre-release

bug fix: adding init.py file to all subfolders of nk_data folder for PyPI packaging.

meent 0.4.1

24 Oct 10:59
Compare
Choose a tag to compare
meent 0.4.1 Pre-release
Pre-release

Adding a method creating unit cell with objects.

meent 0.4.0

20 Oct 02:12
Compare
Choose a tag to compare
meent 0.4.0 Pre-release
Pre-release

change Fourier Transform from DFT to CFT.
Using Fourier Transform on piecewise constant function can save memory.

meent 0.3.5

10 Oct 09:06
Compare
Choose a tag to compare
meent 0.3.5 Pre-release
Pre-release

nk table in meent package.
can choose refractive index as complex or real number by this option '__real'.