sanjana207298
Senior at Ashoka University (Physics Major and Astronomy Minor)
Ashoka UniversityKolkata, India
Pinned Repositories
Self_Avoiding_Walks_Algorithms_Comparison
This code uses various algorithms like Myopic, ESS, Rosenbluth, Dimerization and Pivot for generating self avoiding walks.
2D-Ising-Model
This code simulates the 2D Ising Model using the Metropolis Algorithm and studies the thermodynamic properties from it
The_Dynamics_of_a_Pendulum
This Github repository focuses on simulating various types of pendulums with a goal of exploring the effects of varying different parameters and identifying the conditions that lead to chaotic behavior. Some of the simulations are compared with experimental data to validate the findings.
edX-Introduction-to-C-plus-plus-NYU
This has all the code files for the Labs in the online course Introduction to C++ offered by the New York University on edX
The_Three_Body_Problem
This repository contains code that simulates the classic three-body problem, focusing specifically on the scenario involving Earth and two satellites. Due to the satellites having negligible mass compared to Earth, this problem is simplified. The trajectory of the three bodies is visualized using VPython.
Seismograph_Simulation
Explore seismic dynamics using a mathematical model of a mass-spring-damper system. Visualize earthquake-induced displacement and Richter scale intensity. Code includes numerical integration with Runge-Kutta method and dynamic animation. Gain insights into seismograph mechanics and seismic activity simulation.
Ashoka-University-Computational-Astrophysics
Ashoka-University-Physics-Lab-II-CLassical-Mechanics-and-Electromagnetism
This repository contains a collection of Python files used for analyzing the data collected during lab experiments and generating visualizations in the form of graphs.
Ashoka-University-Physics-Lab-III-Optics-Oscillations-and-Thermodynamics
This repository contains a collection of Python files used for analyzing the data collected during lab experiments and generating visualizations in the form of graphs.
Ashoka-University-Physics-Lab-IV-Quantum-Mechanics-and-Statistical-Mechanics
This repository contains a collection of Python files used for analyzing the data collected during lab experiments and generating visualizations in the form of graphs.
sanjana207298's Repositories
sanjana207298/Phase-Transitions-in-Evolutionary-Dynamics
This contains the code I had written for my Non-Equilibrium Statistical Mechanics Course Project
sanjana207298/Miscellaneous
This repository contains problems that I solved that I either came across or solved just out of curiosity
sanjana207298/Protostellar_Outflows
This repository contains code for my Summer 2024 project on Protostellar Outflows at SNBNCBS. It explores the role of outflows in star formation and their observational aspects, focusing on physical parameters of outflow lobes in protoclusters using ALMA data, and includes simulations of the jets producing these outflows.
sanjana207298/Ashoka-University-Computational-Astrophysics
sanjana207298/Neutron_Star_Matter
This repository contains code for my Thesis
sanjana207298/gene_network_perturbations
Resilience of Gene Network Cores to Perturbations in the Periphery using RACIPE
sanjana207298/ashoka_astrosoc.github.io
sanjana207298/globes
This repository contains scripts for handling netCDF climatology / GCM data for use by PSG/GlobES. It converts that GCM data into PSG configuration files, in which the climate data is embedded in binary format. The script "phase.py" permits to compute phase spectra across an orbit for a specific netCDF file.
sanjana207298/Computational_Physics
This repository contains the code written as part of the Computational Physics Elective taken at Ashoka University
sanjana207298/Lennard-Jones-Molecular-Dynamics
This code uses Molecular Dynamics to simulate the Lennard Jones System
sanjana207298/2D-Ising-Model
This code simulates the 2D Ising Model using the Metropolis Algorithm and studies the thermodynamic properties from it
sanjana207298/Ashoka-University-Physics-Lab-IV-Quantum-Mechanics-and-Statistical-Mechanics
This repository contains a collection of Python files used for analyzing the data collected during lab experiments and generating visualizations in the form of graphs.
sanjana207298/Self_Avoiding_Walks_Algorithms_Comparison
This code uses various algorithms like Myopic, ESS, Rosenbluth, Dimerization and Pivot for generating self avoiding walks.
sanjana207298/Forest_Fire_Model
Python code utilizing a grid-based model with triangular or hexagonal lattice, showcasing the dynamics of fire propagation in a forest landscape through cellular automaton principles.
sanjana207298/Seismograph_Simulation
Explore seismic dynamics using a mathematical model of a mass-spring-damper system. Visualize earthquake-induced displacement and Richter scale intensity. Code includes numerical integration with Runge-Kutta method and dynamic animation. Gain insights into seismograph mechanics and seismic activity simulation.
sanjana207298/Simple-Machine-Learning-Projects
This GitHub repository encompasses a collection of machine learning projects undertaken by the author as an integral component of diverse online courses. These projects were developed with the primary intention of facilitating the author's learning process.
sanjana207298/The_Dynamics_of_a_Pendulum
This Github repository focuses on simulating various types of pendulums with a goal of exploring the effects of varying different parameters and identifying the conditions that lead to chaotic behavior. Some of the simulations are compared with experimental data to validate the findings.
sanjana207298/The_Three_Body_Problem
This repository contains code that simulates the classic three-body problem, focusing specifically on the scenario involving Earth and two satellites. Due to the satellites having negligible mass compared to Earth, this problem is simplified. The trajectory of the three bodies is visualized using VPython.
sanjana207298/Ashoka-University-Physics-Lab-II-CLassical-Mechanics-and-Electromagnetism
This repository contains a collection of Python files used for analyzing the data collected during lab experiments and generating visualizations in the form of graphs.
sanjana207298/Ashoka-University-Physics-Lab-III-Optics-Oscillations-and-Thermodynamics
This repository contains a collection of Python files used for analyzing the data collected during lab experiments and generating visualizations in the form of graphs.
sanjana207298/edX-Introduction-to-C-plus-plus-NYU
This has all the code files for the Labs in the online course Introduction to C++ offered by the New York University on edX
sanjana207298/Rural_Materials_and_Room_Temperature_Modeling
This project aims to create a model that can predict the temperature of a room based on various factors. This project also aims to investigate how the use of different materials, especially rural materials, can affect the temperature of a room.
sanjana207298/Exoplanet_Transit_and_Doppler_Analysis
This project focuses on the analysis of exoplanets using the transit and Doppler methods. The transit method measures the change in the light curve of a star when a planet transits across it, while the radial-velocity method calculates the velocities of the star and planet in order to determine the system's momentum.