zlatko-minev / pyEPR

Powerful, automated analysis and design of quantum microwave chips & devices [Energy-Participation Ratio and more]
https://pyepr-docs.readthedocs.io
Other
160 stars 219 forks source link

Add single surface `DistributedAnalysis.get_Qsurface` #123

Closed nikosavola closed 2 years ago

nikosavola commented 2 years ago

This PR adds DistributedAnalysis.get_Qsurface which is the same as DistributedAnalysis.get_Qsurface_all but for a single surface. The DistributedAnalysis.get_Qsurface_all now calls DistributedAnalysis.get_Qsurface with name='AllObjects', having the same behaviour as before.

Closes #122