qua-platform / quam

The Quantum Abstract Machine (QuAM) is a comprehensive framework designed to abstract and manage quantum programming environments, providing robust tools for configuring and running quantum operations effectively. It is built over the QUA programming language, offering an organized structure for handling complex quantum components and operations.
http://qua-platform.github.io/quam/
BSD 3-Clause "New" or "Revised" License
4 stars 2 forks source link

add converter for int keys #48

Closed nulinspiratie closed 2 months ago

nulinspiratie commented 2 months ago

This PR modifies the JSONSerialiser to automatically convert JSON keys when the strings are actually ints. Fixes #46