Skip to content
New issue

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

Dissipation not shown in tutorials and should be a method #102

Closed
nikosavola opened this issue Mar 16, 2022 · 0 comments · Fixed by #103
Closed

Dissipation not shown in tutorials and should be a method #102

nikosavola opened this issue Mar 16, 2022 · 0 comments · Fixed by #103

Comments

@nikosavola
Copy link
Contributor

nikosavola commented Mar 16, 2022

If I understand correctly, currently modelling any dissipation requires setting something like

project_info.dissipative['dielectric_surfaces'] = # supply names here

This feels kind of hacky, and is not even shown in the tutorial notebooks. Instead, this is currently seen only in startup_example_script.py and some example scripts

Should there instead be a method in ProjectInfo for selecting dissipative objects? Alternatively, make it an argument for initialisation, something like:

pinfo = epr.ProjectInfo(project_path = path_to_project, 
    project_name = 'pyEPR_tutorial1',
    design_name  = '1. single_transmon',
    dielectric_surfaces = ['si_substrate']
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant