
This repository contain the jupyter notebook we used to genrate the results presented in the Quantum Simulation of the Unruh Temperature via the Thermal Properties of Virtually Evolving Bose-Einstein Condensate paper.
First you need to install qutip software:
pip install qutip
1-Import the necessary packages :
import numpy as np
import matplotlib.pyplot as plt
from qutip import Qobj
from qutip import expect, tensor, qeye, sesolve, mesolve, fock, destroy, create
2-Follow the jupyter notebook code: \
👉 Quantum simulation of Unruh Tempreature .ipynb
Imad-Eddine Chorfi, Abdellah Tounsi, Mohamed Messaoud Louamri, Nacer eddine Belaloui, and Mohamed Taha Rouabah – Constantine Quantum Technologies.
Copyright © 2022, Constantine Quantum Technologies. Released under the Apache License 2.0.