Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: qiskit-community/qiskit-metal
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.3
Choose a base ref
...
head repository: qiskit-community/qiskit-metal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.1.5
Choose a head ref
  • 9 commits
  • 22 files changed
  • 8 contributors

Commits on May 30, 2023

  1. Upgrade Sphinx Theme to 1.12 and remove template overrides and CSS fi…

    …les (#936)
    
    * Upgrade Sphinx Theme to 1.11 and remove template overrides
    
    * Also remove unnecessary CSS files
    
    * Upgrade to theme 1.12
    
    ---------
    
    Co-authored-by: Priti Ashvin Shah <74020801+priti-ashvin-shah-ibm@users.noreply.github.com>
    Co-authored-by: Zlatko Minev <zminev@gmail.com>
    3 people authored May 30, 2023
    Configuration menu
    Copy the full SHA
    6e70641 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Add pyEPR to QHFSSEigenmodePyaedt (#951)

    * implemented pyEPR into QHFSSEigenmodePyaedt
    
    * fixed typos in Eigenmode_pyaedt_multiplanar tutorial
    
    * typo in setup_jjs_for_epr
    
    * fixed bug, ANSYS global variables didn't have units
    
    * fixed documentation and wrong units in global ANSYS variables
    
    * allowed
    
    * allow users to specify dielectric on pyEPR for EigenmodalPyepr
    
    * fixed bug in specifying setup_dielectric_for_epr()
    
    * fixed bug in specifying setup_dielectric_for_epr()
    
    * added error handling to setup_dielectric_for_epr()
    
    * added error handling to setup_dielectric_for_epr()
    
    * added error handling to setup_dielectric_for_epr()
    
    * yapf formatting
    
    * Revert "yapf formatting"
    
    This reverts commit d176917.
    
    * yapf only on renderer_ansys_pyaedt
    
    * typo in QHFSSEigenmodePyaedt tutorial
    
    * setup_jjs_for_epr() checks for invalid junctions
    
    * ordering of methods in QHFSSEigenmodePyaedt reflect order called in run_epr
    
    * ordering of methods in QHFSSEigenmodePyaedt reflect order called in run_epr
    
    ---------
    
    Co-authored-by: Zlatko Minev <zminev@gmail.com>
    clarkmiyamoto and zlatko-minev authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    1239994 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. QHFSSPyaedt now updates Ljs (#955)

    * QHFSSPyaedt recognizes Ljs
    
    * yapf styling
    
    * updated test_designs.py to handle new renderers_to_load in config.py
    
    * test requires inductance in H, NOT nH
    clarkmiyamoto authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    95c7d22 View commit details
    Browse the repository at this point in the history
  2. Fixed dispersion equation typo (#953)

    Co-authored-by: eliasx510 <elias.lehman@gmail.com>
    eliaslehman and eliasx510 authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    340dc6e View commit details
    Browse the repository at this point in the history
  3. Added multi-freq & broadband support. Added interpolation settings to…

    … freq sweep. All under `QHFSSDrivenmodalPyaedt` (#944)
    
    * added interpolation settings to QHFSSDrivenmodalPyaedt.add_sweep
    
    * Added interpolation setting to tutorial
    
    * add_sweep now returns sweep object
    
    * add Multi-Frequency and Broadband setup support
    
    * added documentation for freq and setup methods
    
    * documented solution frequency types to tutorial
    
    * added MaximumPasses support to MultiFreq
    
    ---------
    
    Co-authored-by: Zlatko Minev <zminev@gmail.com>
    clarkmiyamoto and zlatko-minev authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    60a9af0 View commit details
    Browse the repository at this point in the history
  4. Added ability to change length of pin/CPW leading out of transmon cro…

    …ss (#949)
    
    * claw cpw fix
    
    * claw cpw fix 2
    
    * typo
    
    * forgot pin mod
    
    * forgot to account for 0 cpw length
    
    * lint fix
    
    * fixed unit test
    
    * more linting
    
    ---------
    
    Co-authored-by: LFL-Lab <109769051+LFL-Lab@users.noreply.github.com>
    Co-authored-by: Zlatko Minev <zminev@gmail.com>
    3 people authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    e2c17a7 View commit details
    Browse the repository at this point in the history
  5. Update setup.py

    zlatko-minev authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    f9638a0 View commit details
    Browse the repository at this point in the history
  6. Update __init__.py

    zlatko-minev authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    fe4fab8 View commit details
    Browse the repository at this point in the history
  7. Update setup.py

    zlatko-minev authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    6a681e6 View commit details
    Browse the repository at this point in the history
Loading