CST Tuning Loop

Orchestrate a keep/revert optimization loop for CST metamaterial tuning.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/DaryLu0v0/MetaClaw --skill cst-tuning-loop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: CST Tuning Loop
Source: https://github.com/DaryLu0v0/MetaClaw/tree/main/skills/cst-tuning
Command: npx skills add https://github.com/DaryLu0v0/MetaClaw --skill cst-tuning-loop

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates CST tuning by orchestrating a keep/revert optimization loop: read state, propose parameter changes, validate constraints, run CST, score results, and decide to keep or revert.

Core Features & Use Cases

  • End-to-end automation for CST-based metamaterial design tuning, capable of broadband, narrowband, and multiband targets.
  • Supports topology changes, material overrides, and script-driven experiments within the auto_cst framework.
  • Detailed logging and best-so-far tracking, enabling seed data for downstream ML design or template generation.

Quick Start

Load your current design state and run the CST tuning loop to propose changes, validate constraints, execute simulations, score results, and keep or revert automatically.

Frequently Asked Questions about CST Tuning Loop

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate CST tuning for metamaterial designs?

Automate CST tuning by running a keep/revert optimization loop that reads state, proposes parameter changes, validates constraints, executes CST simulations, scores results, and keeps or reverts automatically.

What is the keep/revert optimization loop in CST simulation?

The keep/revert optimization loop is an automated process that proposes parameter changes, runs CST simulations, scores results, and decides whether to keep new parameters or revert to previous ones.

Can I use automated CST tuning for broadband, narrowband, and multiband metamaterial targets?

Yes, automated CST tuning supports broadband, narrowband, and multiband targets in metamaterial designs, applying the keep/revert optimization loop across different frequency band configurations.

What do I need to set up before running an automated CST tuning loop?

You need a TargetConfig, GeneralRunner, GeneralEvaluator, a CST interface, and a structured logging workflow to record version, score, parameters, changes, and decisions to results.tsv.

Does automated CST tuning support topology changes and material overrides in simulations?

Yes, automated CST tuning supports topology changes, material overrides, and script-driven experiments within the auto_cst framework to explore structural variations during the optimization loop.

How does automated CST tuning log simulation results for downstream analysis?

Automated CST tuning logs version, score, parameters, changes, and decisions to a results.tsv file, providing best-so-far tracking and seed data for downstream ML design or template generation.