We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
medium.py
In order to account for the new multiphysics structure.
HeatMedium
MultiPhysicsMedium
td.Simulation
SiO2 = td.MultiPhysicsMedium( optical=SiO2_optic, charge=td.ChargeInsulatorMedium(permittivity=SiO2_optic.eps_model(frequency=0)), name="SiO2", ) scene = td.Scene( #medium=td.Medium(permittivity=3.9), medium=SiO2.optical, # currently td.Simulation cannot accpet a MultiphysicsMedium structures=new_structs, )
The text was updated successfully, but these errors were encountered:
daquinteroflex
No branches or pull requests
In order to account for the new multiphysics structure.
HeatMedium
MultiPhysicsMedium
intd.Simulation
#2179The text was updated successfully, but these errors were encountered: