Pinned Repositories
2D-Random-Walk
Python script to generate a random walk in 2D.
BB84-Protocol-for-QKD
A simulation of the BB84 protocol in a Jupyter Notebook using the code from https://qiskit.org/textbook/ch-algorithms/quantum-key-distribution.html. Protocol steps until key sifting have been implemented. Error correction & parameter estimation were not executed.
Coding-Phase-Space
Plotted phase space trajectories for different mechanical systems using Python.
Effects-Of-Covid-19
Presented the effects of COVID-19 using data obtained from :https://coronavirus.data.gov.uk/details/download. Analyzed a simpler implementation of the SIR model.
Exploring-Quantum-Peculiarities
Conducted various quantum optics experiments with single photons (working with Physlab, Pakistan. https://physlab.org/) to explore quantum entanglement/nonlocality. Performed two-qubit quantum state tomography utilizing the density matrix formalism.
Florets--Golden-Mean-and-Fermats-Spiral
Computed various floret positions in flowers.
Is-the-Universe-Transparent
Constrained the transparency of the universe & cosmological parameters of interest using the Chi-squared minimization routine.
Lunar-Lander
Mouse-based, very basic python game with retro graphics. Involves landing a rover with its final velocity lower than a threshold velocity. You can control the 'thrust' of the rover using a slider to land with a velocity lower than the threshold velocity.
Primes-In-Polar
Beautiful prime number 'patterns' plotted in polar coordinates.
Scalar-and-Vector-Fields
Visual representation of scalar and vector fields using Numpy's contour and quiver functions. Comparison of vector field computed using Numpy's gradient function with the same vector field plotted using analytically deduced expressions for the gradient. Wrote a program for plotting vector field arrows originating only from contour lines.
strangequarkkk's Repositories
strangequarkkk/2D-Random-Walk
Python script to generate a random walk in 2D.
strangequarkkk/BB84-Protocol-for-QKD
A simulation of the BB84 protocol in a Jupyter Notebook using the code from https://qiskit.org/textbook/ch-algorithms/quantum-key-distribution.html. Protocol steps until key sifting have been implemented. Error correction & parameter estimation were not executed.
strangequarkkk/Coding-Phase-Space
Plotted phase space trajectories for different mechanical systems using Python.
strangequarkkk/Effects-Of-Covid-19
Presented the effects of COVID-19 using data obtained from :https://coronavirus.data.gov.uk/details/download. Analyzed a simpler implementation of the SIR model.
strangequarkkk/Exploring-Quantum-Peculiarities
Conducted various quantum optics experiments with single photons (working with Physlab, Pakistan. https://physlab.org/) to explore quantum entanglement/nonlocality. Performed two-qubit quantum state tomography utilizing the density matrix formalism.
strangequarkkk/Florets--Golden-Mean-and-Fermats-Spiral
Computed various floret positions in flowers.
strangequarkkk/Is-the-Universe-Transparent
Constrained the transparency of the universe & cosmological parameters of interest using the Chi-squared minimization routine.
strangequarkkk/Lunar-Lander
Mouse-based, very basic python game with retro graphics. Involves landing a rover with its final velocity lower than a threshold velocity. You can control the 'thrust' of the rover using a slider to land with a velocity lower than the threshold velocity.
strangequarkkk/Primes-In-Polar
Beautiful prime number 'patterns' plotted in polar coordinates.
strangequarkkk/Scalar-and-Vector-Fields
Visual representation of scalar and vector fields using Numpy's contour and quiver functions. Comparison of vector field computed using Numpy's gradient function with the same vector field plotted using analytically deduced expressions for the gradient. Wrote a program for plotting vector field arrows originating only from contour lines.
strangequarkkk/The-Shooting-Method-and-Fast-Fourier-Transform
Discretization of the time independent Schrodinger equation, shooting method to numerically compute eigenfunctions & eigenvalues of the quantum harmonic oscillator, normalization of the eigenfunctions, and fast fourier transform