Blog

Read blog posts about scientific computing, polymer physics, and software development.

More ›

Research

Find out what research projects our group have been working on.

More ›

Software

Check out scientific software our group have developed: Polymer.jl, gyroid, MakiePublication.jl and more

More ›

News

2024.4.7 WL Huang published a paper on Polymer Bulletin (《高分子通报》) on the teaching of modern polymer physics: phase equilibrium of polymer blends. Congratulations! 🎉🎉🎉

2024.2.17 YC Zhang published a paper on Chinese Journal of Polymer Science on Automated Identification of Ordered Phases for Simulation Studies of Block Copolymers. Congratulations! 🎉🎉🎉

Latest Blog Articles

Perform cubic Hermite spline interpolation in Julia

Tutorial on CubicHermiteSpline.jl

This is a tutorial on how to use the Julia package CubicHermiteSpline.jl, which performs a [cubic Hermite spline interpolation](https://en.wikipedia.org/wiki/Cubic_Hermite_spline) on an array of data points given that their associated gradients at each point are known in advance. Read More ›