Skip to content

Conversation

@Alexandre-Classiq
Copy link
Collaborator

PR Description

Pythonic and is being indicated as a supported operator for arithmetics while the correct operator is logical_and. This PR replaces and to the correct version.

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

Copy link
Member

@matanvax2 matanvax2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This notebook is obsolete, misleading, and IMO misplaced. Start with the utterly wrong opening sentence -

Use the Arithmetic function to write complex mathematical expression in free format.

IMO this whole directory should be removed and users should be refered to the manual for explanations and examples..

Happy for @TomerGoldfriend and @orsa-classiq to chime in here.

"- Less Or Equal: `<=`\n",
"- Modulo: `%` limited for power of 2\n",
"- Logical And: `and`\n",
"- Logical And: `logical_and`\n",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about the 'or'? What about 'not'. Probably need to mention that other operators are imported from 'classiq.qmod.symbolic' as well.

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 this pull request may close these issues.

2 participants