Code for setting up a fully automonous process in flow for the production on Quantum Dots of different sizes. Our equipment includes:
- Milligat pumps
- Chemyx pumps
- Thermocontroller (Eurotherm)
- Ocean optics UV-Vis spectrometers
- Install python (version 3 or above)
- Create a conda environment
conda create --name qd_lab
conda activate qd_lab
- Clone this repository:
git clone https://github.com/katerinavr/quantum_dots_lab.git
- Install the libraries
pip install -r requirements.txt
python -m pytest
Setting the Milligat pump:
from qd_lab.pumps import milligat
pump_c = milligat.Milligat('C', serial.Serial('COM8', 9600))
pump_c.set_flow_rate(0.5) # pump rates in mL/min
pump_c.stop_pump()
Measure Residense Time distribution (RTD):
python qd_lab/uv_vis/measure_rtd.py
Running an experiment using the current settings:
python qd_lab/lab.py config.json