-
One could think of using a deterministic model like e.g. the AIEM or others and fit RT1 coefficients to that model.
One could also think of using existing model of dielectric shapes (e..g for veget…
-
**Pure Compound Properties**: Currently we are using **density, hvap, static dielectric** constant for fitting. For the sage release, are we going to stick with these properties or do we want to add/s…
-
Hey, This is Sohom Chakraborty, i am using MEEP for making a simulation of a 2D ring resonator. The code has been exactly copied from MEEP documentation website but still the output that is expected t…
-
Sergejs Boroviks, Zhan-Hong Lin, Vladimir A. Zenin, Mario Ziegler, Andrea Dellith, P. A. D. Gonçalves, Christian Wolff, Sergey I. Bozhevolnyi, Jer-Shing Huang, N. Asger Mortensen
>
Historically, …
-
I am currently experimenting witch 2 SoMoSe Sensors (v2.2). I callibrated them (put in glass of water = 100%, in air=0%). When i put them in a very wet plant pot i see strange values. Sometimes i get …
tps42 updated
2 months ago
-
Was discussing with @mkhorton a potential oversight in the Gibbs workflow when QHA analysis with phonopy is enabled. When a user sets input qha_type="phonopy", the workflow sets LEPSILON=True, which s…
-
The plasma dispersion function arises naturally when finding dispersion relationships for thermal plasmas; specifically when the particle distribution functions are Maxwellians. However, collisionles…
-
``` rust
struct Texture;
type Color = [f32; 3];
type Vector = [f32; 3];
type Scalar = f32;
enum MaybeTexture {
Texture(Texture),
Value(T),
}
struct Phong {
diffuse: MaybeTexture,
spec…
kvark updated
9 years ago
-
When trying to execute the "Mie Scattering of a Lossless Dielectric Sphere" from Tutorial/Basic example, both under Python 2 or 3, I get always get the following error:
``
`pml_layers = [mp.PML(t…
-
I introduced a new submodule (relations.py) that contains
- the functions that convert the various units of the x axis to eV (and backwards). Having them as functions and not as a list of coefficient…