From d521f69d3e153610570c58df43a6eb28f2eb051d Mon Sep 17 00:00:00 2001 From: Abraham Asfaw Date: Mon, 16 Dec 2019 09:51:17 -0500 Subject: [PATCH] Update calibrating-qubits-openpulse.ipynb --- content/ch-quantum-hardware/calibrating-qubits-openpulse.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ch-quantum-hardware/calibrating-qubits-openpulse.ipynb b/content/ch-quantum-hardware/calibrating-qubits-openpulse.ipynb index ce5e71044..b49638183 100644 --- a/content/ch-quantum-hardware/calibrating-qubits-openpulse.ipynb +++ b/content/ch-quantum-hardware/calibrating-qubits-openpulse.ipynb @@ -105,7 +105,7 @@ ], "source": [ "dt = backend_config.dt\n", - "print(f\"Sampling time: {dt*1e9} ns\") # The configuration returns dt in nanoseconds" + "print(f\"Sampling time: {dt*1e9} ns\") # The configuration returns dt in seconds" ] }, {