Joaquin Matres

Results 248 comments of Joaquin Matres
trafficstars

I think running it on GCP it would be great, that way we can run on demand large experiments on the cloud both from your local computer or from a...

Hi Tim, Thank you for your message yes, I am a fan of your work and would love to extend gdsfactory to support analog and digital electronic flows with the...

yes, things to do: - [ ] add pyspice examples - [ ] better electrical router. With some pathfinder algorithms - [ ] add useful analog examples

How can we make sure that any port convention works for 3D FDTD plugins? https://github.com/gdsfactory/gdsfactory/discussions/502 ``` import gdsfactory as gf if __name__ == "__main__": import gdsfactory.simulation.gtidy3d as gt c =...

This format could solve the issues ``` wavelength |port_in | port_out | mode_in | mode_out | magnitude | phase | | | 0 | 0 | | | | |...

How to internally represent Sparameters. Right now in CSV files. - tidy3D - Meep - Lumerical TODO: - [ ] Bidirectional convertor from old format CSV format (s11m, s11a) to...

``` wavelength |port_in | port_out | mode_in | mode_out | magnitude | phase | | | 0 | 0 | | | | | | | | | | |...

Nice We are trying to standardize the format where we store s parameters What format do you plan on using for port symmetries? What are your thoughts about hdf5, numpy...

What do you think of using? s['o1@0,o1@0'] # port o1, mode=0, to port o1 mode=0 (where mode=0 is fundamental TE for most cases)

fixed by #739