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

Variation support to `calc_p_electric_volume` #132

Closed nikosavola closed 2 years ago

nikosavola commented 2 years ago

This PR simply adds support to use variations with DistributedAnalysis.calc_p_electric_volume. The argument is added to the second last position, which does not conflict with the examples given in the tutorials.

Closes #131