You are browsing as a guest. Sign up (or log in) to start making projects!

19m 44s logged

Devlog #1!

I’m building a python script that will model the effect of proton tunneling on DNA base pairs. I hope to return the exact probability that a hydrogen proton tunnels and traps DNA in a state that causes errors with gene replication. Later, I’m going to connect this script to a Flutter user interface so that users can visualize their results in real time.

So far I’ve:

  • Built a small script that can graph a potential well and basically nothing else
  • But I did start learning matplotlib and numpy so progress should get quicker

Now I get to solve the time-dependent Schrodinger Equation (looks like a lot of fun…)

0
82

Comments 1

@vidur_thammineni

Dope concept!