Skip to main content

· 3 min read
Kirill Vasin

The notebook focuses on tracing and animating the contours of GIF images using WLJS Notebook.

Firstly, import as a usual file

Now in imgs we have a sequence of images. In our case this is a dinosaur

giphy

the source is unknown, sorry

· 6 min read
Kirill Vasin

This notebook delves into quantum mechanics with a focus on symbolic quantum operators and spin-Hamiltonians. It begins with setting up orthogonality rules and defining the linear properties of basis functions.

Next, we investigate the spin-Hamiltonian for a cubic system with doubly degenerated orbital states, particularly focusing on Fe2+Fe^{2+} ions in cubic spinels with 5Eg^5E_g states. The Hamiltonian for a paramagnetic state is presented and implemented in code, followed by defining basis vectors and functions to find eigenvalues and eigenvectors, and calculating thermal averages of quantum operators.

· 3 min read
Kirill Vasin

There is nothing more exciting in programming than designing a graphics application. Thankfully, there is one person on Github Garrett Johnson, who implemented a path-tracing algorithm on top of the well-known THREE.js graphics engine. Moreover, it fully supports features from the original library and can be anytime flipped as a main renderer.