Menu

#36 Size of git repo and Examples

open
nobody
None
2024-07-09
2024-06-30
Anonymous
No

Originally created by: Yaraslaut

Hi, thanks for the amazing work
I wanted to bring up a couple of things:
* I noticed the repository size is currently 300M with 140M in .git, so if you are not planning to squash all commits and lose git history it might become an issue.
* Also, i wanted to play around with the package a bit, and found out that examples aren't working. Do you have a rough estimate of when the API might become more stable so I can dive in ?

Discussion

  • Anonymous

    Anonymous - 2024-06-30

    Originally posted by: paulxshen

    You're right I'll condense git at some point. Current focus is on our python api gdsfactory plugin for photonics. If you're doing RF, I'll need couple wks to revamp the Julia API

     
  • Anonymous

    Anonymous - 2024-06-30

    Originally posted by: Yaraslaut

    You're right I'll condense git at some point. Current focus is on our python api gdsfactory plugin for photonics. If you're doing RF, I'll need couple wks to revamp the Julia API

    Alright, good to know :)
    If you already have an idea about Julia API that you want to have, let me know, I can make a PR to bring it faster

     
  • Anonymous

    Anonymous - 2024-07-05

    Originally posted by: paulxshen

    Cool - what kinds of simulations are you running - what kinds of sources?

     
  • Anonymous

    Anonymous - 2024-07-07

    Originally posted by: Yaraslaut

    Cool - what kinds of simulations are you running - what kinds of sources?

    I am mainly interested in julia fdtd implementation to include custom material equations

     
  • Anonymous

    Anonymous - 2024-07-07

    Originally posted by: paulxshen

    as in nonlinear materials?

     
  • Anonymous

    Anonymous - 2024-07-08

    Originally posted by: Yaraslaut

    yes

     
  • Anonymous

    Anonymous - 2024-07-09

    Originally posted by: paulxshen

    in update.jl you can edit:

        dEdt = (∇ × H - σ * E - J) / ϵ
    ...
        dHdt = -(∇ × E + σm * H) / μ
    

    I hacked up julia operators to do this :)

     

Log in to post a comment.

MongoDB Logo MongoDB