detray | Test library for detector surface intersection

 by   acts-project C++ Version: v0.33.0 License: MPL-2.0

kandi X-RAY | detray Summary

kandi X-RAY | detray Summary

detray is a C++ library. detray has no bugs, it has no vulnerabilities, it has a Weak Copyleft License and it has low support. You can download it from GitHub.

Detray is part of the ACTS project (R&D line for parallelization), the ACTS project can be found: This is a C++17 header only library for detector surface intersections using different algebra plugin libraries. It follows the navigation and propagation concept of ACTS, however, with an attempt to create a geometry without polymorphic inheritance structure.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              detray has a low active ecosystem.
              It has 9 star(s) with 13 fork(s). There are 4 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 14 open issues and 54 have been closed. On average issues are closed in 83 days. There are 11 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of detray is v0.33.0

            kandi-Quality Quality

              detray has no bugs reported.

            kandi-Security Security

              detray has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              detray is licensed under the MPL-2.0 License. This license is Weak Copyleft.
              Weak Copyleft licenses have some restrictions, but you can use them in commercial projects.

            kandi-Reuse Reuse

              detray releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of detray
            Get all kandi verified functions for this library.

            detray Key Features

            No Key Features are available at this moment for detray.

            detray Examples and Code Snippets

            No Code Snippets are available at this moment for detray.

            Community Discussions

            No Community Discussions are available at this moment for detray.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install detray

            The respository is meant to be possible to build "out of the box", with standard CMake build procedures.
            DETRAY_EIGEN_PLUGIN (ON by default), DETRAY_SMATRIX_PLUGIN (OFF by default), DETRAY_VC_PLUGIN (ON by default): Boolean flags turning the build of Eigen, SMatrix and Vc using code on or off. Note that Algebra Plugins must have all of the appropriate options enabled for whichever option is turned on from these.
            DETRAY_IO_CSV: Boolean option turning on the build of detray::io_csv, the library allowing the reading of geometries from CSV files (ON by default);
            DETRAY_DISPLAY: Boolean option turning on the build of detray::display, and additional helpers for displaying a geometry (OFF by default);
            DETRAY_BUILD_CUDA: Boolean option turning on the build of all CUDA code in the repository (ON by default, if CUDA is available);
            DETRAY_BUILD_TESTING: Turn the build/setup of the unit tests on/off (ON by default); DETRAY_BENCHMARKS: Boolean option turning on the build of the benchmark executables (ON by default); DETRAY_BENCHMARKS_MULTITHREAD: Boolean option making the benchmarks multithreaded (OFF by default); DETRAY_BENCHMARKS_REP: String option with an integer for the repetitions that the benchmarks should run (1 by default).
            DETRAY_SETUP_<XXX>: Boolean to turn on/off the explicit "setup" of the externals (ALGEBRA_PLUGINS, VECMEM, DFELIBS, MATPLOTPP, THRUST, GOOGLETEST and BENCHMARK);
            DETRAY_USE_SYSTEM_<XXX>: Boolean configuring how to set up a given external ON: The external is searched for "on the system" using find_package; OFF: The package is set up for build as part of this project, using FetchContent.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries

            Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Consider Popular C++ Libraries

            tensorflow

            by tensorflow

            electron

            by electron

            terminal

            by microsoft

            bitcoin

            by bitcoin

            opencv

            by opencv

            Try Top Libraries by acts-project

            acts

            by acts-projectC++

            traccc

            by acts-projectC++

            vecmem

            by acts-projectC++

            covfie

            by acts-projectC++

            rust-kf

            by acts-projectRust