Pyquil Versions Save

A Python library for quantum programming using Quil.

v4.9.2

1 week ago

Fixes

Program serialization is deterministic, and program equality checks have been corrected. (#1767)

v4.9.2-rc.0

1 week ago

Fixes

Program serialization is deterministic, and program equality checks have been corrected. (#1767)

v4.9.1

1 week ago

Fixes

Expression arithmetic does not error when a numpy type is on the left hand side. (#1769)

v4.9.1-rc.0

1 week ago

Fixes

Expression arithmetic does not error when a numpy type is on the left hand side. (#1769)

v4.9.0

1 week ago

Features

Publish pyquil-grpc-web; A new package that supports making gRPC connections over HTTP/1.1. (#1763)

Expressions without parameters have improved compatibility with numpy. (#1757)

Fixes

Program#out(calibrations=False) will not expand calibrations (#1758)

The imaginary part of a complex number is no longer moved incorrectly to the outside of a binary expression. (#1756)

v4.9.0-rc.3

2 weeks ago

Features

Publish pyquil-grpc-web; A new package that supports making gRPC connections over HTTP/1.1. (#1763)

Expressions without parameters have improved compatibility with numpy. (#1757)

Fixes

Program#out(calibrations=False) will not expand calibrations (#1758)

The imaginary part of a complex number is no longer moved incorrectly to the outside of a binary expression. (#1756)

v4.9.0-rc.2

2 weeks ago

Features

Publish pyquil-grpc-web; A new package that supports making gRPC connections over HTTP/1.1. (#1763)

Fixes

Program#out(calibrations=False) will not expand calibrations (#1758)

The imaginary part of a complex number is no longer moved incorrectly to the outside of a binary expression. (#1756)

v4.9.0-rc.1

2 weeks ago

Features

Publish pyquil-grpc-web; A new package that supports making gRPC connections over HTTP/1.1. (#1763)

Fixes

Program#out(calibrations=False) will not expand calibrations (#1758)

v4.9.0-rc.0

2 weeks ago

Features

Publish pyquil-grpc-web; A new package that supports making gRPC connections over HTTP/1.1. (#1763)

v4.8.0

1 month ago

Features

Add run_with_memory_map_batch method for more efficient execution of parameter batches (#1750)