Been working on my Linux machine for 3 months now at work - comp. physics, hpc, etc.
Tried working on my MBP yesterday (after around 5 months of not using it for development) - while a superior machine h/w wise, I really couldn't stand macOS.
Linux just works - better even.

#linux #macos #development #hpc #scientificcomputing #computationalphysics #ux #ubuntu #SoftwareDevelopment

MyST Markdown 1.8 introduces updates that improve how structured, machine-readable content is created and managed across Jupyter workflows.

These changes support better interoperability, extensibility and validation for computational documents, making it easier to build reusable publishing pipelines.

Learn more: https://blog.jupyter.org/whats-new-in-myst-markdown-1-8-2-b7ae8975b03e

#Jupyter #OpenSource #ScientificComputing

Generic Programming for Multidimensional Arrays – C++Now Schedule

IBM quantum computer simulates real magnetic materials and actually matches lab data

https://fed.brid.gy/r/https://nerds.xyz/2026/03/ibm-quantum-materials/

How reliable are CFD results?

This review highlights common pitfalls and how to avoid them, emphasizing validation, numerical accuracy, and physical consistency. Essential reading for simulation-based research.

πŸ”— https://pubs.aip.org/aip/pof/article-abstract/38/3/033316/3382594/Best-practices-for-computational-fluid-dynamics

#CFD #numerics #FluidMechanics #simulation #ScientificComputing

Pretty impressed by the speed of Python 3.14 compared to 3.13 😲

#Python #ScientificComputing

My latest blog post explores a Multi-Material Thermal Analysis using HYPRE BoomerAMG with a custom POSIT accelerator called Uttunga, and compares it to the x86 IEEE 754 standard.

https://www.amartyadav.com/posts/post3.html

#computationalphysics #hpc #opensource #scientificcomputing #thermalphysics #Automotive #automotiveengineering #calligo #posit #ieee_754

My work for the month is to optimise the matrix adressing scheme of OpenFOAM to reduce cache miss. Initial idea is to replace the LDU Matrix addressing scheme with Diagnol matrix addressing scheme using multiple arrays for structures meshes. Will check it out on a simple 2D Poisson equation using Gauss-Seidel solver to check performance benefits, and will eventually proceed to introduce a new solver as a plugin if benefits are noticeable.
Wish me luck.

#openfoam #scientificcomputing #hpc #cfd