Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Script for automated workflow #78

Merged
merged 44 commits into from
Jul 30, 2024
Merged

Commits on Jun 11, 2024

  1. Minimal script

    Misty-W committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    7173763 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5aef99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d72c039 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b7e3ad View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    833e51f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9549a4 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    17b801a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a099525 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb47c6e View commit details
    Browse the repository at this point in the history
  4. Create automated_analog_script_guide.md

    Create automated_analog_script_guide.md
    Clean up readability in `automated_flow.py`
    Misty-W committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    afef897 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f071651 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a9a3b2b View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    9b7cfed View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    b802c23 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    59314c2 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    d47381e View commit details
    Browse the repository at this point in the history
  2. Update locations.txt

    Misty-W committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    a31fecb View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Generalize midplane point calculation

    Update locations.txt after midplane update
    Misty-W committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    810a314 View commit details
    Browse the repository at this point in the history
  2. Revert scaling change

    Misty-W committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    38bd1ff View commit details
    Browse the repository at this point in the history
  3. Clarify guide for analog flow

    Misty-W committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    50305b6 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Solve slicing point reading issue

    Solve slicing point reading issue and update example with the failing case
    Misty-W committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    d658ab5 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Sort slicing planes by distance from origin

    Fixes empty slice error
    Misty-W committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    86a5908 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    509c0bd View commit details
    Browse the repository at this point in the history
  2. Update counter if try burned when creating lattice

    Update counter if try burned when creating poisson lattice
    Add cropping back into example settings now that it's no longer stuck
    Misty-W committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    fd9f2d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dcbe6f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4581263 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    a3d2355 View commit details
    Browse the repository at this point in the history
  2. Initialize threshold_distances w/ defaultdict

    Initialize `threshold_distances` in `calculate_detunings` w/ `defaultdict` to handle the case where `threshold_distances` is empty
    Misty-W committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    fd44609 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    1799281 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    e4612bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8eadb8d View commit details
    Browse the repository at this point in the history
  3. Ensure center of cropping box on canvas plane

    Make test cases distinct settings files
    Misty-W committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    ce82bef View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. added a getter function for lattice, with argument for minimal distance

    changed default, fixed typo
    Mauro d'Arcangelo authored and Misty-W committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    55d59c3 View commit details
    Browse the repository at this point in the history
  2. Updates to script for lattice scaling

    Also modify settings to generate a useful lattice
    Misty-W committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    2849213 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6f5e36 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ad419f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    abcdc92 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Avoid oblong slice geometry

    Misty-W committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    9aeb95e View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Fix remaining crop issue

    Misty-W committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    324ebef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5b3dbd View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Fix filepath issues

    Misty-W committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    8e79266 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24ebe1e View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Update automated_flow.py

    Misty-W committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    c484706 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    2a41ebc View commit details
    Browse the repository at this point in the history