-
Notifications
You must be signed in to change notification settings - Fork 3
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
Autotune jules #3
base: master
Are you sure you want to change the base?
Conversation
Questions from a beginner in Pull Request :
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seb said:
* there are many commits that I added on master a while ago. So should they be removed from this PR ?
Yes, they should, they must be removed. The problem is that the content of external several branches rebased into the Autotune_Jules branch while they should not have.
I have not yet dived into the bulk the Autotune code but before starting we must have clean state:
- The autotune commit must start off from the QuanticParis master branch since it seems to be the main development branch. If it requires stuff from Manu's branches, they must be considered to be reviewed and merged into master.
- The history of development of Autotune does not matter as it is a single piece of code not requiring changes in pyEPR. Hence all commit regarding autotune should be squashed altogether.
I will go depeer in review in the commit days, but anyways, the comments I've just mentioned are orthogonal to the future comments I could makes so you can already start address them.
Also I would like to propose: what about doing some of the review of QuanticParis's pyEPR on http://gerrithub.io/ ? |
Cherry-picked from Manu's work
df6a7f4
to
b948495
Compare
Automatization of the tuning of a chip. Recover and sort the HFSS data processed by pyEPR : frequencies, Quality factors, Kers and Chis. Defines a cost function with the user's criterion and the previous HFSS data. Fulfill the user's criterion by testing several values of HFSS parameters until finding the zero of the cost function. Current method is 'Bayesian Optimization' but please add other methods.
b948495
to
c426d64
Compare
In the end can we accept this PR ? |
Added 2 files to autotune a quantic circuit :