qilimanjaro-tech / qililab

Qililab is a generic and scalable quantum control library used for fast characterization and calibration of quantum chips. Qililab also offers the ability to execute high-level quantum algorithms with your quantum hardware.
Apache License 2.0
30 stars 2 forks source link

Timestamp utils #703

Open rsagas opened 6 months ago

rsagas commented 6 months ago

While trying to modularize the qililab portfolio, I started going backwards into things that are not modularized and make it difficult for me to modularize the experiments.

Specifically, the treatment of the whole file system and timestamps is not properly modular, so I went ahead and added a simple module with the functions.

I have also made unit tests.

This is a WORK IN PROGRESS. I created this PR for tracking it, and will notify once it is ready to be reviewed