evo-wigner-csv-export
SkillFiles & storageComputes the Wigner function of a bosonic density matrix on a specified phase-space grid using QuTiP and exports the result as a CSV file.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the evo-wigner-csv-export skill
What this skill tells your AI
The instructions your AI receives, as published by openlair/openskill in tasks-evolved/quantum-numerical-simulation/environment/skills/evo-wigner-csv-export/SKILL.md and read by ahel’s review.
Computes Wigner functions on phase-space grids and exports to CSV.
Usage
import sys
sys.path.insert(0, '/app/environment/skills/evo-wigner-csv-export/scripts')
from utils import compute_wigner_function, save_wigner_to_csv
# Compute Wigner function on 1000x1000 grid over [-6,6]
W, xvec, yvec = compute_wigner_function(rho_cavity, n_points=1000)
# Save to CSV
save_wigner_to_csv(W, xvec, yvec, '1.csv')
Key Functions
compute_wigner_function(rho_cavity, xvec=None, yvec=None, x_range=(-6,6), y_range=(-6,6), n_points=1000): Compute Wigner function using clenshaw methodsave_wigner_to_csv(W, xvec, yvec, filename, float_format='%.6f'): Save Wigner function as CSV with p index and x columns
Signals
- GitHub stars
- 89
- Forks
- 4
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
evo-wigner-csv-export- Source
- github.com/openlair/openskill