Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fast electromagnetic solver (FDTD) at scale.

License

NotificationsYou must be signed in to change notification settings

flexcompute/tidy3d

Repository files navigation

PyPI NamePyPI version shields.ioDocumentation StatusTestsLicenseBlackCoverage

Notebooks

Tidy3D is a software package for solving extremely large electrodynamics problems using the finite-difference time-domain (FDTD) method. It can be controlled through either anopen source python package or aweb-based graphical user interface.

This repository contains the python API to allow you to:

  • Programmatically define FDTD simulations.
  • Submit and manage simulations running on Flexcompute's servers.
  • Download and postprocess the results from the simulations.

Installation

Signing up for tidy3d

Note that while this front end package is open source, to run simulations on Flexcompute servers requires an account with credits.You can sign up for an accounthere.After that, you can install the front end with the instructions below, or visitthis page in our documentation for more details.

Quickstart Installation

To install the Tidy3D Python API locally, the following instructions should work for most users.

pip install --user tidy3dtidy3d configure --apikey=XXX

WhereXXX is your API key, which can be copied from youraccount page in the web interface.

In a hosted jupyter notebook environment (eg google colab), it may be more convenient to install and configure via the following lines at the top of the notebook.

!pip install tidy3dimport tidy3d.web as webweb.configure("XXX")

Advanced installation instructions for all platforms is available in thedocumentation installation guides.

Authentication Verification

To test the authentication, you may try importing the web interface via.

python -c "import tidy3d; tidy3d.web.test()"

It should pass without any errors if the API key is set up correctly.

To get started, our documentation has a lot ofexamples for inspiration.

Common Documentation References

API ResourceURL
Installation Guidehttps://docs.flexcompute.com/projects/tidy3d/en/latest/install.html
Documentationhttps://docs.flexcompute.com/projects/tidy3d/en/latest/index.html
Example Libraryhttps://docs.flexcompute.com/projects/tidy3d/en/latest/notebooks/docs/index.html
FAQhttps://docs.flexcompute.com/projects/tidy3d/en/latest/faq/docs/index.html

Related Source Repositories

NameRepository
Source Codehttps://github.com/flexcompute/tidy3d
Notebooks Sourcehttps://github.com/flexcompute/tidy3d-notebooks
FAQ Source Codehttps://github.com/flexcompute/tidy3d-faq

Issues / Feedback / Bug Reporting

Your feedback helps us immensely!

If you find bugs, file anIssue.For more general discussions, questions, comments, anything else, open a topic in theDiscussions Tab.

License

GNU LGPL


[8]ページ先頭

©2009-2025 Movatter.jp