1. SoC- An Intro to QC, ML, QML [GitHub]

The Web and Coding Club, IITB conducts the Summer of Coding annually. My project involved learning the basics of Quantum computation and quantum machine learning. The theoretical concepts were "simulated" using the Qiskit and Pennylane packages. The culmination of the project was the implementation of a QML paper.
Some algorithms implemented were: Shor's algorithm, Grover's Search Algorithm, Phase Estimation Algorithm, Quantum Fourier Transform , Deutsch-Jozsa Algorithm.
Below you can see the results of the Single Qubit Classifier circuit I trained with ML.

2. Group Theory- SoS 2022 [Report]

This was a reading project as part of the Summer of Science 2022, held by the Maths and Physics Club, IITB. I read about groups, subgroups, cosets, normal subgroups, Lagrange's theorem. At the end, I made a small presentation about some key concepts and created a report in LaTeX.
The main text I followed was Abstract Algebra by Dummit and Foote. My initial plan for the SoS was much more ambitious than what I achieved, but I do intend to read into the subject further.

3. DevCom Game Hackathaon [GitHub]

Made a small web-game along with a team-mate using Javascript. The game is an offline, 2-player, 2D-version of Rocket League, and was selected as one of the top 10 games in the event.
I was mainly involved in detecting and handling the collisions in the game.

4. Connect 4 in FLTK

Coded a simple 2-player game with the Fast Light Toolkit library as part of an assignment under the course CS154.
The game involves the players putting in blue and red chips into a vertical grid, with the objective of getting 4 chips of their colour to line up either horizontally, vertically or diagonally.

© Ameya Deshmukh 2022.