Ideas for a project in computational chemistry?

AI Thread Summary
The discussion centers around finding project ideas for a computational chemistry course that requires the use of Python. Suggestions include modeling chemical reactions, focusing on solving partial differential equations (PDEs) and analyzing convergence behavior, determining reaction rates from data, and simulating oscillators like the Belousov–Zhabotinsky reaction. Other recommendations involve implementing quantum chemistry algorithms for molecular orbital theory and electronic structure calculations using libraries such as Psi4 or PySCF. Additionally, creating a program to simulate chemical kinetics experiments and visualize reaction rate data through numerical integration methods is proposed. Another idea mentioned is developing a titration curve for a polyprotic acid. Overall, the conversation highlights various ways to integrate chemistry and coding in a meaningful project.
yenK
Messages
1
Reaction score
0
Hi all,

I'm having a course on computational chemistry, as part of a bachelor curriculum. We have a project that is due to 4 weeks and I'm failing to find an interesting idea for this project that has to be done using Python. It can be anything, as long as it involves chemistry and coding.

Would you guys have any idea for a tool or research that I could try to make it happen?

Thank you!
 
Chemistry news on Phys.org
What about modeling chemical reactions?

example

you could focus on using different methods to solve the pde and analyzing their convergence behavior. you could also determine a reaction rate given a set of data, etc.
 
Simulation of oscillators (like Belousov–Zhabotinsky reaction) is always fun.
 
Simple molecular dynamics can probably be done if everything is hardcoded.
 
Two suggestions: How about implementing quantum chemistry algorithms in Python to perform calculations such as molecular orbital theory, electronic structure calculations, or molecular dynamics simulations. Libraries like Psi4 or PySCF can be used for quantum chemistry calculations.

Or you could create a Python program to simulate chemical kinetics experiments and analyze reaction rate data. You can implement numerical integration methods to solve rate equations and visualize the kinetics of different reactions.
 
Topic's been up for a few days, and small number of responses - maybe some you could use.

How about making a titration curve for a polyprotic acid?
 
I want to test a humidity sensor with one or more saturated salt solutions. The table salt that I have on hand contains one of two anticaking agents, calcium silicate or sodium aluminosilicate. Will the presence of either of these additives (or iodine for that matter) significantly affect the equilibrium humidity? I searched and all the how-to-do-it guides did not address this question. One research paper I found reported that at 1.5% w/w calcium silicate increased the deliquescent point by...
I was introduced to the Octet Rule recently and make me wonder, why does 8 valence electrons or a full p orbital always make an element inert? What is so special with a full p orbital? Like take Calcium for an example, its outer orbital is filled but its only the s orbital thats filled so its still reactive not so much as the Alkaline metals but still pretty reactive. Can someone explain it to me? Thanks!!
I'm trying to find a cheap DIY method to etch holes of various shapes through 0.3mm Aluminium sheet using 5-10% Sodium Hydroxide. The idea is to apply a resist to the Aluminium then selectively ablate it off using a diode laser cutter and then dissolve away the Aluminium using Sodium Hydroxide. By cheap I mean resists costing say £20 in small quantities. The Internet has suggested various resists to try including... Enamel paint (only survived seconds in the NaOH!) Acrylic paint (only...
Back
Top