ProjectQ-Framework / FermiLib

FermiLib: Open source software for analyzing fermionic quantum simulation algorithms
https://projectq.ch/
Apache License 2.0
86 stars 38 forks source link

Nested loop compression and updated gitignore #26

Closed ncrubin closed 7 years ago

ncrubin commented 7 years ago

Nested loops with equivalent ranges can be represented in one line using the itertools product generator. Easier to read/reason about.

gitignore is expanded to include the common ignored files for python libraries. Git will now ignore files associated with installation egg, build, etc when files are staged for commits.

babbush commented 7 years ago

Hey Nick, please pull into develop, not master!

damiansteiger commented 7 years ago

Thanks for your first contributions. Unfortunately, we forgot to ask for a CLA. Therefore we had to remove this commit. Once you have signed the contributor license agreement please resubmit your pull request. I am very sorry for the inconvenience.

Note: Please do not add unnecessary stuff to the .gitignore. It should only contain the minimum of what is needed.