Simulations#
- How do I run a simulation and access the results?
- How to submit a simulation in Python to the server?
- How do I upload a job to the web without running it so I can inspect it first?
- How do I monitor the progress of a simulation?
- How do I load the results of a simulation?
- How do I load the results of a job that has already been finished without knowing the task ID?
- How do I access the original Simulation object that created the data?
- How do I save and load the SimulationData object?
- How do I save and load any Tidy3D object?
- How do I get all data in a Tidy3d object as a dictionary?
- How do I estimate how many credits my simulation will take?
- How do I see the cost of my simulation?
- How can I reduce the simulation cost?
- How do I print the task log file?
- What are the units used in the simulation?
- How to run a 2D simulation in Tidy3D?
- How long should I run the simulation?