tket icon indicating copy to clipboard operation
tket copied to clipboard

Make the use of python properties/getters more consistent

Open yao-cqc opened this issue 1 year ago • 6 comments

For instance, Circuit.n_gates is a property while Circuit.n_2qb_gates and Circuit.n_1qb_gates are methods. I'm also not sure whether Circuit.depth should be a method or a property.

yao-cqc avatar Apr 11 '23 10:04 yao-cqc