SkillAgentSearch skills...

AtomicOrbitalTransitions

Plotting 3D isosurfaces of hydrogenic orbital transitions during a Rabi cycle with Python and Blender

Install / Use

/learn @MaxParadiz/AtomicOrbitalTransitions
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

OrbitalTransitions

Plotting 3D isosurfaces of hydrogenic orbital transitions during a Rabi cycle with Python, Blender, and ffmpeg

The procedure consists of three steps:

  1. Making the .obj files (MakeOBJFiles.py)
  2. Rendering the frames in Blender (BlenderScript.py)
  3. Putting the frames together into a mp4 (ffmpeg)

The directory structure is as follows:

Project folder: $PHATH/ProjectName/

OBJ files: $PATH/ProjectName/OBJ

Rendered frames: $PATH/ProjectName/Render

Finally, I render the video using:

ffmpeg -r 30 -i %d.png -c:v libx264 -pix_fmt yuv420p d-d.mp4

Output: https://imgur.com/a/6AJnjDT

Related Skills

View on GitHub
GitHub Stars8
CategoryDevelopment
Updated1y ago
Forks1

Languages

Python

Security Score

55/100

Audited on Feb 22, 2025

No findings