Platform and Tooling
This section provides an overview of the Kothar platform and its associated tools. We cover features such as Kai, plotting, data persistence, and the Python SDK, which enable users to efficiently perform research and analysis within the Kothar ecosystem. Each tutorial includes code examples that can be run in the Workshop to help you get started with these tools and integrate them into your workflow.
Parameterized Scripts and Data I/O
When running computational experiments, you often need to execute the same script with different parameters and store the results in a structured way for later analysis.
Lattice Model Editor: Heisenberg Ladder
In Aleph quantum many body systems can be represented by the model class, which stores
Plotting and Saving Figures
Visualizing data is an incredibly important step that can be time consuming. Our plotting module follows a similar pattern to other plotting libraries:
Testing Aleph Code in the Workshop
Aleph tests let you keep validation code next to the functions and classes it protects. The Workshop discovers those tests in the editor, launches them through your connected agent, and shows structured results in the bottom Tests panel.
Using the Python SDK to Automate the Forge
Use the kotharcomputing Python SDK to connect a local Python project to The Forge, run Aleph code on agents, and automate file and job workflows.