JackHidary / quantumcomputingbook

Companion site for the textbook Quantum Computing: An Applied Approach
797 stars 219 forks source link

Numbering of chapters in repo differs from book #5

Closed ekkards closed 4 years ago

ekkards commented 4 years ago

Apparently the numbering of directories in the repo vs. chapters in the book does not match.

e.g. The book contains in chapter 9 "Quantum Computing Methods", with 9.1. VQE whereas the repo has the Deutsch-Josza algorithm etc. https://github.com/JackHidary/quantumcomputingbook/blob/master/chapter09/cirq/deutsch-jozsa.py

This makes it tedious to find out whether code from the book is listed on the website or not, e.g. the VQE sample in pyQuil seems not to be here in the repo. Not in chapter 9, not in chapter 10, or should it be chapter 8?

JackHidary commented 4 years ago

thx - fixed

J

On Jan 11, 2020, at 3:27 AM, Ekkard Schnedermann notifications@github.com wrote:

 Apparently the numbering of directories in the repo vs. chapters in the book does not match.

e.g. The book contains in chapter 9 "Quantum Computing Methods", with 9.1. VQE whereas the repo has the Deutsch-Josza algorithm etc. https://github.com/JackHidary/quantumcomputingbook/blob/master/chapter09/cirq/deutsch-jozsa.py

This makes it tedious to find out whether code from the book is listed on the website or not, e.g. the VQE sample in pyQuil seems not to be here in the repo. Not in chapter 9, not in chapter 10, or should it be chapter 8?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.