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

Update Honeywell and IonQ backend info #581

Open
wants to merge 115 commits into
base: master
Choose a base branch
from
Open

Commits on Oct 13, 2023

  1. Allow extenal googletest

    sethrj committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    ae9b69f View commit details
    Browse the repository at this point in the history
  2. Allow external boost

    sethrj committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    f2198c3 View commit details
    Browse the repository at this point in the history
  3. Fix missing dependency include

    sethrj committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    03f5bc6 View commit details
    Browse the repository at this point in the history
  4. Mark packages as required

    sethrj committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    5d71200 View commit details
    Browse the repository at this point in the history
  5. Fix gtest name

    sethrj committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    4f86428 View commit details
    Browse the repository at this point in the history
  6. Fix scoping

    sethrj committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    9e2be86 View commit details
    Browse the repository at this point in the history
  7. Fix cpr link

    sethrj committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    d6c9f0d View commit details
    Browse the repository at this point in the history
  8. Remove duplicate linking

    sethrj committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    e6ec960 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    96bc8dc View commit details
    Browse the repository at this point in the history
  10. Use C++14 to avoid warnings

    sethrj committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    28fa86d View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    c6acbcf View commit details
    Browse the repository at this point in the history
  2. fixup! Fix cpr link

    sethrj committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    e6c1597 View commit details
    Browse the repository at this point in the history
  3. Add fixes from submodules

    sethrj committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    d020914 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Update Honeywell url

    wongey committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    5f8a34f View commit details
    Browse the repository at this point in the history
  2. Update IonQ backend info

    wongey committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    824abed View commit details
    Browse the repository at this point in the history
  3. Add IonQ bell example

    wongey committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    739819e View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Turned annealing deprecated

    Signed-off-by: Daniel Claudino <claudinodc@ornl.gov>
    danclaudino committed May 24, 2024
    Configuration menu
    Copy the full SHA
    e6fa805 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Updated Boost submodule

    Signed-off-by: Daniel Claudino <claudinodc@ornl.gov>
    danclaudino committed May 30, 2024
    Configuration menu
    Copy the full SHA
    bbca6f6 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Merge pull request #1 from danclaudino/deprecate_annealing

    Turned annealing deprecated
    danclaudino committed May 31, 2024
    Configuration menu
    Copy the full SHA
    15396fb View commit details
    Browse the repository at this point in the history
  2. Moved optimizers into quantum/plugins

    Signed-off-by: Daniel Claudino <claudinodc@ornl.gov>
    danclaudino committed May 31, 2024
    Configuration menu
    Copy the full SHA
    e47d47b View commit details
    Browse the repository at this point in the history
  3. Merge pull request eclipse#3 from danclaudino/optimizers_plugins

    Moved optimizers into quantum/plugins
    danclaudino committed May 31, 2024
    Configuration menu
    Copy the full SHA
    90e8ecf View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. Configuration menu
    Copy the full SHA
    187a3e7 View commit details
    Browse the repository at this point in the history
  2. Allow saying find_package(XACC 1.0.0)

    This creates a version file so that you can specify a version for
    find_package(XACC), like find_package(XACC 1.0.0). For more info, see:
    https://cmake.org/cmake/help/latest/command/find_package.html#config-mode-version-selection
    ausbin committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    5329e78 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Updated cppmicroservices

    Signed-off-by: Daniel Claudino <claudinodc@ornl.gov>
    danclaudino committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    7738f70 View commit details
    Browse the repository at this point in the history
  2. Merge pull request eclipse#2 from ORNL-QCI/master

    Syncing with ORNL-QCI
    danclaudino committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    b214ff1 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Merge pull request eclipse#4 from ausbin/feature/build-tweaks

     Tweak build for QIREE (downstream)
    danclaudino committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    81184f0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request eclipse#3 from danclaudino/cppmicroservices

    Updated cppmicroservices
    danclaudino committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    d6093ec View commit details
    Browse the repository at this point in the history
  3. Merge pull request eclipse#5 from danclaudino/master

    Updated CppMicroServices
    danclaudino committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    d669437 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Implemented method to get only the basis rotations for measurements

    Signed-off-by: Daniel Claudino <claudinodc@ornl.gov>
    danclaudino committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    62d658e View commit details
    Browse the repository at this point in the history
  2. Tidying up

    Signed-off-by: Daniel Claudino <claudinodc@ornl.gov>
    danclaudino committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    57e3b12 View commit details
    Browse the repository at this point in the history
  3. Merge pull request eclipse#10 from danclaudino/get_basis_rotations

    Get basis rotations
    danclaudino committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    85ba1b5 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. Update IonQ plugin

    wongey committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    582a4a5 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Updated Accelerator and VQE to work with measurement bases

    Signed-off-by: Daniel Claudino <claudinodc@ornl.gov>
    danclaudino committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    faa66d7 View commit details
    Browse the repository at this point in the history
  2. Reverting C++ Micro Services

    Signed-off-by: Daniel Claudino <claudinodc@ornl.gov>
    danclaudino committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    702cfce View commit details
    Browse the repository at this point in the history
  3. Merge pull request eclipse#13 from danclaudino/revert_cppmicroservices

    Reverting C++ Micro Services
    danclaudino committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    89707cb View commit details
    Browse the repository at this point in the history
  4. Merge pull request eclipse#12 from danclaudino/execute_basis_rotations

    Updated Accelerator and VQE to work with measurement bases
    danclaudino committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    ac6ef6a View commit details
    Browse the repository at this point in the history
  5. Update IonQ Tester

    wongey committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    b240b76 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Update ci-linux-python.yml

    The new numpy 2.0 is incompatible with cma, so for now we constrain the numpy version.
    danclaudino committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    9441a26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fef5458 View commit details
    Browse the repository at this point in the history
  3. Merge pull request eclipse#14 from ORNL-QCI/cma_numpy_fix

    Update ci-linux-python.yml
    danclaudino committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    7b1cac0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request eclipse#11 from wongey/bugfix/ionq

    Update IonQ plugin
    danclaudino committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    c746af6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1370625 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Implemented Scipy optimizer plugin

    Signed-off-by: Daniel Claudino <claudinodc@ornl.gov>
    danclaudino committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    cc69995 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Tidying up scipy optimizer

    Signed-off-by: Daniel Claudino <claudinodc@ornl.gov>
    danclaudino committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    8054735 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    84b5b06 View commit details
    Browse the repository at this point in the history
  2. Updated tpls/cppmicroservices to include recent updates

    Signed-off-by: Daniel Claudino <claudinodc@ornl.gov>
    danclaudino committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    84eab52 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Merge pull request eclipse#16 from danclaudino/cppmicroservices_update

    Updated CppMicroServices submodule
    danclaudino committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    6a58ee2 View commit details
    Browse the repository at this point in the history
  2. Updated boost/regex

    Signed-off-by: Daniel Claudino <claudinodc@ornl.gov>
    danclaudino committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    86c4d3c View commit details
    Browse the repository at this point in the history
  3. Merge pull request eclipse#20 from danclaudino/boost_regex

    Updated boost/regex
    danclaudino committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    5cf2996 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Minimal build for QIREE

    Signed-off-by: Daniel Claudino <claudinodc@ornl.gov>
    danclaudino committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    6627d5d View commit details
    Browse the repository at this point in the history
  2. WIP

    sethrj committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    2d0e58f View commit details
    Browse the repository at this point in the history
  3. Cleaned up includes in PauliOperator.cpp

    Signed-off-by: Daniel Claudino <claudinodc@ornl.gov>
    danclaudino committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    8974572 View commit details
    Browse the repository at this point in the history
  4. Implemented GSL optimizers

    Signed-off-by: Daniel Claudino <claudinodc@ornl.gov>
    danclaudino committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    fb3563d View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Removed python stuff from QIREE build

    Signed-off-by: Daniel Claudino <claudinodc@ornl.gov>
    danclaudino committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    e7ed77d View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Merge pull request eclipse#22 from danclaudino/qiree_build

    QIREE minimal build
    danclaudino committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    94fcd56 View commit details
    Browse the repository at this point in the history
  2. Pulled latest NLOpt to fix Mac CI

    Signed-off-by: Daniel Claudino <claudinodc@ornl.gov>
    danclaudino committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    de84690 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    27d8611 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    306db5f View commit details
    Browse the repository at this point in the history
  3. Fix nlopt submodule

    sethrj committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    c702a6e View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Updated HPC virtualization

    Signed-off-by: Daniel Claudino <claudinodc@ornl.gov>
    danclaudino committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    01c11aa View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. HPC virtualization clean-up

    Signed-off-by: Daniel Claudino <claudinodc@ornl.gov>
    danclaudino committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    ec7b050 View commit details
    Browse the repository at this point in the history
  2. Merge pull request eclipse#25 from danclaudino/hpc_virt_update

    Added shots to HPC virtualization
    danclaudino committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    6bcd980 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    0575273 View commit details
    Browse the repository at this point in the history
  2. Add build/install to gitignore

    sethrj committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    887a021 View commit details
    Browse the repository at this point in the history
  3. Added option to disable remote accelerators

    Signed-off-by: Daniel Claudino <claudinodc@ornl.gov>
    danclaudino committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    0a6cda4 View commit details
    Browse the repository at this point in the history
  4. Fix IWYU error

    sethrj committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    7d914d5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9fca533 View commit details
    Browse the repository at this point in the history
  6. Fix target linking

    sethrj committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    e4250dd View commit details
    Browse the repository at this point in the history
  7. Removed armadillo from qubit tapering

    Signed-off-by: Daniel Claudino <claudinodc@ornl.gov>
    danclaudino committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    cb8d86d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2872d3b View commit details
    Browse the repository at this point in the history
  9. Merge pull request eclipse#27 from danclaudino/tapering_with_eigen

    Removed armadillo from qubit tapering
    danclaudino committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    85fca92 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Merge pull request eclipse#26 from danclaudino/disable_remote

    Remote accelerators can be disabled
    danclaudino committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    4eb4cbb View commit details
    Browse the repository at this point in the history
  2. Changed optimizer in QAOATester to pass Mac CI tests

    Signed-off-by: Daniel Claudino <claudinodc@ornl.gov>
    danclaudino committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    ab0bc3c View commit details
    Browse the repository at this point in the history
  3. Merge pull request eclipse#28 from danclaudino/qaoa_test_fix

    Changed optimizer in QAOATester to pass Mac CI tests
    danclaudino committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    98d4ded View commit details
    Browse the repository at this point in the history
  4. Fixed tpls/CmakeLists.txt to bypass cpr if remote accelerators are di…

    …sabled
    
    Signed-off-by: Daniel Claudino <claudinodc@ornl.gov>
    danclaudino committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    48f9d02 View commit details
    Browse the repository at this point in the history
  5. Merge pull request eclipse#29 from danclaudino/fix_disable_remote

    Fixed tpls/CmakeLists.txt to bypass cpr if remote accelerators are disabled
    danclaudino committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    4c3ec83 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Update nlohmann_json to 3.11

    sethrj committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    b1ae8af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2b662f View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    7b712ff View commit details
    Browse the repository at this point in the history
  2. Merge pull request eclipse#30 from sethrj/json-update

    Update nlohmann_json to 3.11
    danclaudino committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    2e09a57 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Optimizer plugins can ignore optimizer failure

    Signed-off-by: Daniel Claudino <claudinodc@ornl.gov>
    danclaudino committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    fc26536 View commit details
    Browse the repository at this point in the history
  2. Merge pull request eclipse#31 from danclaudino/optimizers_error_handling

    Optimizer plugins can ignore optimizer failure
    danclaudino committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    f24fa36 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    0742195 View commit details
    Browse the repository at this point in the history
  2. Fix missing include directory

    sethrj committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    2a95ca0 View commit details
    Browse the repository at this point in the history
  3. Fix one last cpr issue

    sethrj committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    71455cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a953fe View commit details
    Browse the repository at this point in the history
  5. Merge pull request eclipse#24 from sethrj/external

    Add support for external installations of key dependencies
    danclaudino committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    566d63a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f90851b View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    dc6e767 View commit details
    Browse the repository at this point in the history
  2. Merge pull request eclipse#21 from danclaudino/gsl_optimizer

    Implemented GSL optimizers
    danclaudino committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    d252ce2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8303746 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Merge pull request eclipse#33 from sethrj/fix-json

    Update JSON version and add code to diagnose Honeywell failure
    sethrj committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    ef919eb View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Added alternate spins ordering to chemistry Observable plugins

    Signed-off-by: Daniel Claudino <claudinodc@ornl.gov>
    danclaudino committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    5eadf39 View commit details
    Browse the repository at this point in the history
  2. Merge pull request eclipse#34 from danclaudino/alternate_spins

    Added alternate spins ordering to chemistry Observable plugins
    danclaudino committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    d6b9249 View commit details
    Browse the repository at this point in the history
  3. Updated qsim submodule

    Signed-off-by: Daniel Claudino <claudinodc@ornl.gov>
    danclaudino committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    8df5b16 View commit details
    Browse the repository at this point in the history
  4. Merge pull request eclipse#35 from danclaudino/qsim_update

    Updated qsim submodule
    danclaudino committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    2f8765f View commit details
    Browse the repository at this point in the history
  5. Updated CI pipeline badge location

    Signed-off-by: Daniel Claudino <claudinodc@ornl.gov>
    danclaudino committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    ed2246a View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Merge pull request eclipse#37 from danclaudino/update_pipeline_badges

    Updated CI pipeline badge location
    danclaudino committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    c7dc85d View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Enabled IonQ noisy simulation

    Signed-off-by: Daniel Claudino <claudinodc@ornl.gov>
    danclaudino committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    6c5733c View commit details
    Browse the repository at this point in the history
  2. Merge pull request eclipse#39 from danclaudino/ionq_noisy_sim

    Enabled IonQ noisy simulation
    wongey committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    61dc583 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Removed armadillo from QITE

    Signed-off-by: Daniel Claudino <claudinodc@ornl.gov>
    danclaudino committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    e179862 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Fixed bugs related to retrieval of matrix/vector dimensions

    Signed-off-by: Daniel Claudino <claudinodc@ornl.gov>
    danclaudino committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    5e4e1fa View commit details
    Browse the repository at this point in the history
  2. Merge pull request eclipse#40 from danclaudino/qite_with_eigen

    Removed armadillo from QITE
    danclaudino committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    e693896 View commit details
    Browse the repository at this point in the history
  3. Removed armadillo from PauliOperator

    Signed-off-by: Daniel Claudino <claudinodc@ornl.gov>
    danclaudino committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    12960d3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request eclipse#41 from danclaudino/pauli_without_arma

    Removed armadillo from PauliOperator
    danclaudino committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    e1707f8 View commit details
    Browse the repository at this point in the history
  5. Removed armadillo from QNG

    Signed-off-by: Daniel Claudino <claudinodc@ornl.gov>
    danclaudino committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    83c671f View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Merge pull request eclipse#42 from danclaudino/qng_without_arma

    Removed armadillo from QNG
    danclaudino committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    add8f23 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Disabled iontrap plugin

    Signed-off-by: Daniel Claudino <claudinodc@ornl.gov>
    danclaudino committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    a03ca8d View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Merge pull request eclipse#43 from danclaudino/disable_iontrap

    Disabled iontrap plugin
    danclaudino committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    1c38b4c View commit details
    Browse the repository at this point in the history
  2. Updated topdir CMakeLists.txt to handle iPOPO versions

    Signed-off-by: Daniel Claudino <claudinodc@ornl.gov>
    danclaudino committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    1a8fe00 View commit details
    Browse the repository at this point in the history
  3. Merge pull request eclipse#44 from danclaudino/ipopo_python_version

    Updated topdir CMakeLists.txt to handle iPOPO versions
    danclaudino committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    e44d419 View commit details
    Browse the repository at this point in the history
  4. Cleaned cmake output

    Signed-off-by: Daniel Claudino <claudinodc@ornl.gov>
    danclaudino committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    88b8035 View commit details
    Browse the repository at this point in the history
  5. Merge pull request eclipse#45 from danclaudino/build_output_cleanup

    Cleaned cmake output
    danclaudino committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    af0be78 View commit details
    Browse the repository at this point in the history
  6. Renamed honeywell plugin

    Signed-off-by: Daniel Claudino <claudinodc@ornl.gov>
    danclaudino committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    756a8d0 View commit details
    Browse the repository at this point in the history
  7. Merge pull request eclipse#46 from danclaudino/honeywell_renaming

    Renamed honeywell plugin
    danclaudino committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    b7e6ad8 View commit details
    Browse the repository at this point in the history