Skip to the content.

QuantumlabUB

Quantum mechanics popularisation project UB

Develop applications to popularise aspects of quantum mechanics for broader audiences.

The applications should be realistic quantum mechanical problems, thus they involve the numerical solution of the Schrodinger equation in different setups.

The coding is done under the github platform. Weekly meetings ensure crosscollaboration between the students and constant feedback on the goals.


Currently (May 2019) we have several separate modules in two different directories:

ClavsQua

doubleslit

PiecewisePotential

Solitons

CCCB version, Feb 2019


We have developed two simpler versions of ClavsQua and doubleslit for the Quantica exhibit at CCCB (2019), http://www.cccb.org/ca/exposicions/fitxa/quantica/230323

They are in the directory CCCB.

INSTALLATION:


The code is developed in python3 using the kivy.

We have installed it recently with the following sequence.

1) First install the latest version of Anaconda and add it to path.

2) open the Anaconda Prompt

conda create -n clavsqua_env python=3.6.3

activate clavsqua_env

pip install numpy==1.14.0

pip install matplotlib==2.1.2

pip install Kivy==1.10.0

pip install Kivy-Garden==0.1.4

pip install kivy.deps.glew==0.1.9

pip install kivy.deps.gstreamer==0.1.12

pip install kivy.deps.sdl2==0.1.17

garden install matplotlib –kivy

pip install numba

pip install scipy

CONTACT:


Any comment or suggestions are more than welcome, brunojulia@ub.edu

Check the website https://github.com/brunojulia/quantumlabUB