cirq.Timestamp

A location in time with picosecond accuracy.

Supports affine operations against Duration.

picos How many picoseconds away from time zero?
nanos How many nanoseconds away from time zero?

Methods

raw_picos

View source

The timestamp's location in picoseconds from arbitrary time zero.

__add__

View source

__eq__

View source

Return self==value.

__ge__

View source

Return self>=value.

__gt__

View source

Return self>value.

__le__

View source

Return self<=value.

__lt__

View source

Return self<value.

__ne__

View source

Return self!=value.

__radd__

View source

__sub__

View source