Niko Savola

Results 68 issues of Niko Savola

I noticed that [`produce_waveguide_to_port`](https://github.com/iqm-finland/KQCircuits/blob/main/klayout_package/python/kqcircuits/simulations/simulation.py) does not infer the side to extend to when using `use_internal_ports=False`, i.e., EdgePort. It has to be given with the `side` param. Supporting `side=None` to extend...

good first issue
FEM
geometry

NOTE: This is a draft and should not be merged yet. PR was made to inform that this is in the works This PR would add support for different dielectric...

Support configuring different `dielectric_surfaces` that have their own loss tangents, so one could call `do_EPR_analysis` as normal but have different interfaces be taken into account.

`hfss_report_f_convergence` appears to fail on Ansys 2022 R2 for the line ```python set_property(report, 'Attributes', curves, 'Line Width', 3) ``` with ``` File c:\users\admin\pyepr\pyEPR\core_distributed_analysis.py:1582, in DistributedAnalysis.hfss_report_f_convergence(self, variation, save_csv) 1579 # Properties...

I tried running ElmerSolver for a sif file with a very long filepath containing hashes and timestamps but it failed due to ``` ERROR:: MAIN: Unable to find input file...

If one runs a test case from _fem/tests_ without `ctest`, the resulting converted mesh files and _TEST.PASSED_ etc. will be visible in source control. I think these should be added...

I have set a minimum width and I occasionally get `E36: not enough room` trying to open a split. I guess this is expected behaviour but do you know is...

Ansys simulation export could be extended to support second level of parallelisation (assuming the users' license configuration allows this) using the script in https://github.com/iqm-finland/KQCircuits/blob/main/klayout_package/python/scripts/simulations/elmer/scripts/simple_workload_manager.py as is done with Elmer. The...

enhancement
good first issue
FEM
refactoring

### Description At APS March meeting 2023 there was large interest in using KQCircuits for Fluxoniums designs. Would be nice to have one example qubit with a Junction array. ###...

help wanted
geometry
feature

### Description Currently, [`singularity/create_links.sh`](https://github.com/iqm-finland/KQCircuits/blob/main/singularity/create_links.sh) along with [`singularity/libexec/kqclib.sh`](https://github.com/iqm-finland/KQCircuits/blob/main/singularity/create_links.sh) is used for creating commands like _kqclib_ and _ElmerSolver_ to be runnable on host OS. I think the inner implementation should be changed...

FEM
refactoring
feature