Skip to content

Commit 9be0c6b

Browse files
committed
Some minor fixes
1 parent 578908d commit 9be0c6b

File tree

4 files changed

+24
-225
lines changed

4 files changed

+24
-225
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Control of Qubit Dynamics Using Reinforcement Learning
2+
Code implemented for the purposes of the paper Control of Qubit Dynamics Using Reinforcement Learning
3+
Citation: D. Koutromanos, D. Stefanatos, and E. Paspalakis, “Control of qubit dynamics using reinforcement learning,” Information, vol. 15, no. 5, 2024.
4+
15
# Virtual environment with python 3.11
26
python3.11 -m venv qubit_control_venv
37

temporal_difference/dqn_qubit_cont_state_e-4_error.ipynb

Lines changed: 9 additions & 67 deletions
Large diffs are not rendered by default.

temporal_difference/dqn_qubit_discrete_action_and_state.ipynb

Lines changed: 10 additions & 157 deletions
Large diffs are not rendered by default.

temporal_difference/dqn_qubit_discrete_action_and_state_e-4_error.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@
385385
"fig, ((ax1, ax2), (ax3, ax4)) = plt.subplots(2, 2)\n",
386386
"fig.set_figheight(8)\n",
387387
"fig.set_figwidth(12)\n",
388-
"fig.suptitle(f'DQN {nb_iterations} iterations - Discete action and state space - Fidelity > 0.9999')\n",
388+
"fig.suptitle(f'DQN {nb_iterations} iterations - Discrete action and state space - Fidelity > 0.9999')\n",
389389
"\n",
390390
"ax1.step(time_span, optimal_omegas, where = 'post')\n",
391391
"ax1.set_ylabel(r\"$\\frac{\\Omega}{\\Omega_{max}}$\", rotation = 0, fontsize = 12)\n",

0 commit comments

Comments
 (0)