Exopy / exopy_pulses

Pulse sequences synthesis tools for Ecpy
http://exopy-pulses.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
2 stars 4 forks source link

Port pulses from HQCMeas #1

Closed MatthieuDartiailh closed 8 years ago

MatthieuDartiailh commented 8 years ago

Doing this requires :

Only abstract tasks should be provided without concrete interfaces.

PhilipVinc commented 8 years ago

How can I ensure backwards compatibility for

dict.items()

In Python 3 it is equivalent to Python 2's dict.iteritems()

Right now the codebase is written using dict.iteritems(), and changing to dict.items() would break retrocompatibility. How can I avoid this?

MatthieuDartiailh commented 8 years ago

Use dict.items() it is a bit slower but is otherwise fine.

MatthieuDartiailh commented 8 years ago

Closed by #4