Recent posts

Crate Development - System Module II

Updated:

Product topology In the previous post, I defined the topology in Continuous system, Lattice system, and Network system for the basic structure of the System ...

Crate Development - Planning

Updated:

moledyn crate에 procedural macro까지 만들고나니 이보다 더 나은 구조로 다시 짜고 싶다는 생각을 떨치기가 어렵습니다. 나 외에 다른 사람이 사용하기 힘든 구조라는 것은 차치하더라도, 기존의 개발 방향성과도 많이 달라지지 않았나 생각해 다시 한 번 바닥부터 도...

Publish My Own Rust Crate

Updated:

Through my previous post, I completed the basic structure of the rust_rts crate. While there are still many areas that need further development, such as disc...

Procedural Macros In Rust

Updated:

제 Github에는 rust_rts1라는 repository가 있습니다. Random Target Search 시뮬레이션을 위해서 다양한 System, Target, Searcher들을 구현할 수 있고, 나아가 Time iterator를 constant time step, expo...

Fluctuation Dissipation Theorem

Updated:

The Fluctuation Dissipation Theorem (FDT) appears in various forms in non-equilibrium statistical physics. The most well-known form is the Einstein Relation,...

Upgrading to MathJax v3 and Adding Features

Updated:

In my previous post, I demonstrated how to integrate MathJax into a Jekyll blog to enable mathematical equation rendering. Upon reviewing the code from that ...