Search Blogs

Thursday, September 7, 2023

Sept: Reading & Thinking

I don't have too much to write about these days as I'm spending a lot of my free time reading various books. I've been doing some reading on superconducting materials given all the attention in July and August on LK-99. Most the texts I'm reading on this topic are introductory so they don't cover the theory that well, which I would eventually like to have a good understanding of.

I've also been focusing on some computational neuroscience via the online course. Its pretty interesting how underlying model for neurons is some variation of an RC circuit. This is captured with the nobel prize winning model proposed by the Hodgkin-Huxley model, which is a gated version of a RC circuit and described by a set of nonlinear ordinary differential equations1. The cool thing is its very easily to play around with this type of model using the SciML Julia language framework, specifically the DifferentialEquation.jl package. I'm in the process of creating a computational blog entry on it.

Finally, I've been thinking about some self-driving lab activity using a 3D printer. I would love to use a metal/ceramic FDM2/FFF3 than a polymer-based printer. It looks like there are some good options by Markforged and Desktop Metal. I don't know much about the technology used by these manufactures or the feasibility of doing materials development. What my dream would be is to tie a 3D printer like those into some filament synthesis and printed part testing apparatus. Then using concepts of self-driving labs, we can define a goal/policy for the system to work towards. For example find the pareto front4 for optimal tensile strength and minimal density. I've contributed to a awesome-self-driving-labs github repo that has some good resource materials to learn about this field.

Footnotes


  1. A nonlinear ordinary differential equation (ODE) is an equation involving a function and its derivatives in which the relationship between the variables is not proportional. In mathematical terms, if $F(x, y, y')$ represents the ODE, it is nonlinear if it can't be written as a linear combination of $y$ and its derivatives. These equations frequently emerge in complex systems such as biological processes. For example, the equation $\frac{dy}{dx} = y^2$ is nonlinear because of the $y^2$ term. Unlike linear ODEs, a small change in initial conditions can lead to substantial differences in outcomes, making them inherently more complex to solve and analyze. 

  2. Stands for fused deposition modeling. Its a poor name if you ask me but I believe the name comes from the fact that STL files are used to print single printed object. 

  3. Stands for fused filament fabrication. Almost the same as FDM with some minor differences. 

  4. The pareto front or frontier is the set of solutions that provide a the best options between a multi-objective function. It captures the trade-offs. 


Reuse and Attribution

No comments:

Post a Comment

Please refrain from using ad hominem attacks, profanity, slander, or any similar sentiment in your comments. Let's keep the discussion respectful and constructive.