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

RBL odd #12

Open
ndattani opened this issue Jul 27, 2018 · 1 comment
Open

RBL odd #12

ndattani opened this issue Jul 27, 2018 · 1 comment

Comments

@ndattani
Copy link
Member

ndattani commented Jul 27, 2018

Change name to: PTR-RBL
z1z2z3z4 -> 4za*(z1+z2+z3+z4)+2*(z1z2+z1z3+z1z4+z2z3+z2z4+z3z4)+7;
Alternative forms: (2za + sum_i z_i)^2 -1
Note: original paper does not have the -1 !!!
Con: (2
za + sum_i z_i)^2 -1 doesn't work for k=5, but maybe if we changed the coefficients it could.

@ndattani
Copy link
Member Author

ndattani commented Jul 27, 2018

New gadget:
PTR-RBL-endPoint

I have chosen to divide their original gadget by 2, so this is not what they originally had:
z1z2z3-> 2za+(z1+z2+z3)+2za*(z1+z2+z3)+(z1z2+z1z3+z2*z3)+3

Alternative form: (1+2*za + sum_i z_i)^2 -1
Note: original paper does not have the -1 !!!

NTR-RBL-endPoint:
z1z2z3-> (1 + 4t_a + sum_i z_i)^2 -1

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

No branches or pull requests

1 participant