Open Source Python Physics Software for Mac - Page 3

Python Physics Software for Mac

View 299 business solutions

Browse free open source Python Physics Software for Mac and projects below. Use the toggles on the left to filter open source Python Physics Software for Mac by OS, license, language, programming language, and project status.

  • Create the dream logo in a few clicks Icon
    Create the dream logo in a few clicks

    Explore a Wealth of Logo Options - Find Your Perfect Business Identity with Zoviz AI Brand Maker in Minutes.

    Zoviz AI Logo & Brand Kit Creator is a dynamic tool transforming branding processes for businesses of all sizes. This AI-driven platform simplifies logo creation and brand kit development, offering a user-friendly experience for both novices and professionals.
  • Drag-n-drop and HTML email template builder Icon
    Drag-n-drop and HTML email template builder

    Stripo is an all-in-one email design platform

    Meet Stripo — an intuitive and simple yet flexible email template creator. Speed up production. Test and export emails to any ESPs. Drag and drop & HTML editors.
  • 1
    APBS

    APBS

    Biomolecular electrostatics software

    This software has moved to http://www.poissonboltzmann.org/.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Acoustic Research Tool (ART)

    Acoustic Research Tool (ART)

    Acoustic Simulation Library for Frequency and Time Domain Simulations.

    ART is a flexible simulation framework for wind instruments. It includes a growing library of modelling elements. So far bore discontinuities, branches, tone holes, cylindrical and conical tubes, Bessel horns and bent tubes are available for frequency domain modelling. In the time domain generic bidirectional propagation elements, scattering elements, fractional delays, convolution with reflection functions and general z-domain networks are available and can be described using MuParserX expressions. Cylindrical and conical ducts can also be defined based on their geometry. Available models and their parameters can be enumerated and combined to form simulators for complex acoustical structures. Parameters can be specified symbolically by expressions containing other parameter values or global variables. Dependencies between parameters are resolved at run time. However, MuParserX expressions are compiled at design time. Zero-delay loops are detected and reported.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Combines Blender's graphical interface and rendering capabilities with MBDyn's multi-body dynamics, aerodynamics, and aeroelastics simulation and analysis, for rapid modeling and realistic rendering of physics based multi-body simulations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    C++QED

    C++QED

    A framework for simulating open quantum dynamics

    C++QED is an application-programming framework for simulating open quantum dynamics in general. It has demonstrated the ability to simulate full Master equation of up to several thousand, and quantum trajectories of up to several hundred thousand dimensions. The basic idea is to allow users to build arbitrarily complex interacting quantum systems out of free subsystems and interactions (elements), and simulate their time evolution with a number of available time-evolution drivers. C++QEDv2 specifies a small grammar to describe composite quantum systems. Apart from providing a number of elements out of the box, there are tools which facilitate the implementation of new elements. These are being added continuously, as the need arises. The principal concept of the design of C++QEDv2 is that all information available at compile time should be processed as such, with the help of TMP. The framework is very sensitive to performance both in computer resources and coding/design.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Hauler Hero is a cloud-based software solution that helps waste haulers improve their operations Icon
    Hauler Hero is a cloud-based software solution that helps waste haulers improve their operations

    Waste and recycling businesses of all sizes, commercial, residential and roll-off

    Reduce wasted fuel and increase services per hour with drag-and-drop dispatching and an easy tablet app.
  • 5
    CT8K is an experimental quantum chemistry program intended to bring state of the art methods to the desktop PC
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Charybdis is a Python-driven set of applications for solving partial differential equations on irregular domains.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    A toolkit in C++ and python to process both experimental and simulation data of colloidal particles. Includes among others * a multiscale particle tracking algorithm [1] whose C++ implementation is optimised for 3D confocal data. Python implementation is more versatile (2D and 3D data). * a Leica file reader, * Steindhard bond orientational order calculation * a VTK file writer 1. Leocmach, M. & Tanaka, H. A novel particle tracking method with individual particle size measurement and its application to ordering in glassy hard sphere colloids. Soft Matter 9, 1447–1457 (2013). https://dx.doi.org/10.1039/C2SM27107A (http://arxiv.org/pdf/1301.7237.pdf)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Dielectrophoresis for microfluidic applications, especially those biological, implemented in python
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Damocles is a game engine programmed in C++.(Opengl/SDL) ||| OS:Linux / Windows ||| 3 main modules in Damocles: ||| Damocles : 3D engine |||Junior : Physic and Mathematics engine ||| Unik : Network engine (Only for Windows version for the moment)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Find and apply for a better job Icon
    Find and apply for a better job

    Find and apply for remote jobs and jobs in your area

    Find the next step in your career. Find and apply for remote jobs and jobs in your area using the Slashdot Job Board. Browse by job, company, location, and more.
  • 10
    A Python package that provides classes and tools for dealing with dimensional quantities. Includes a parser for the quantity language (i.e. calculates "3 meters per second in miles per hour") and a class for constructing matrices containing dimensions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Dimenso is a library of numeric types for .Net and Java, that obey dimensional analysis and permit calculations with physical quantities. Due to the lack of C++ - like templates with numeric arguments, code generation is employed using Python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Distributions Networks Analyzer (DNA) is a tool for simulating (power flow) and analyzing electrical distribution networks. Users can easily implement and test their own power flow, optimal power flow and control algorithms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Echoproc is a piece of scientific analysis software used to extract physical ice sheet characteristics from radio echograms from experiments like the Center for the Remote sensing of ice sheets (https://www.cresis.ku.edu/)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Egof

    To retrieve obscure syntax of languages, or bookmark code comments.

    Facilitates retrieval of personalized comments previously put into code. While writing new, (or reviewing old) code, user adds search-tag (the string "EGOF") to comments. Subsequently running Egof (followed by optional search words) retrieves them. Code can be in any programming language, or scripts used by applications, or HTML or LaTex files. Sounds like a combination of Unix find/grep, but has many more features. Searching is faster since database files are created, one per language. When creating them Egof goes through all (or specified subset of) user's folders/files, finds instances of the search-tag, and stores those lines of code plus some surrounding code. During running, Egof displays a prompt, and allows users to change options and modify the search, (using the same option-parsing software that was used to parse the command line.) Egof is command-line based. The documentation is comprehensive. Please invest <5 min to read the "Overview" section. Thank you.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    An object-oriented partial differential equation (PDE) solver, written in Python, based on a standard finite volume approach and includes interface tracking algorithms. *WARNING* The project is no longer using Sourceforge to maintain its repository.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    HOPSA
    HOPSA, high oxygen pressure sputter automation, is a Python 3 project to control a step wise sample creation Process. Although written for this specific task it is easy to adopt for any experimental task which changes hardware parameters and waits for a specific condition before proceeding. The graphical interface (QT4) includes plotting (matplotlib), instrument configuration/monitoring and a program step creator. The communication with the hardware is independent of the GUI and any number of devices can be selected. To modify the code for any other task only the hardware interface needs to be redefined.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Simulation-Application for the Lennard-Jones-12-6-Potential using Python and OpenGL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    LabRAD Experimenter
    A python package that allows scientists to easily create configurable and reusable experiments. Intended for use with the LabRAD framework. Developed by the Haeffner group studying quantum simulation at UC Berkeley. Wiki at lrexp.wikispaces.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    LaueTools

    LaueTools

    open source python packages for X-ray MicroLaue Diffraction analysis

    LaueTools is an open-source project for white beam Laue x-ray microdiffraction data analysis including tools in image processing, peaks searching & indexing, crystal structure solving (orientation & strain) and data & grain mapping visualisation. Python 3 Code and new features are now at: https://gitlab.esrf.fr/micha/lauetools
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    LibCPIXE is a library for simulation of Particle Induced X-ray emission spectra.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    LibppGam

    pp->gamma cross sections parametrization

    This library contains the parametrization of pp->gamma cross section functions based on Phys.Rev. D90 (2014) 12, 123014 (astro-ph/1406.7369) work. The functions are written in Python, Fortran and Matlab. Please, if you use this library DO NOT reference to this webpage, instead reference to Phys.Rev. D90 (2014) 12, 123014 (astro-ph/1406.7369), "Parametrization of gamma-ray production cross-sections for pp interactions in a broad proton energy range from the kinematic threshold to PeV energies" by Ervin Kafexhiu, Felix Aharonian, Andrew M. Taylor, Gabriela S. Vila
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Modama is a new software project for processing and analysing 2d detector data (images) provided by any available detectors, mainly SAX and WAX.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The goal of Motorsport is to become the most realistic simulation of wheeled vehicles possible. The addition of cars and tracks will be a simple task, and there will be a system for customization of most of the simulator features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Open Source Particle Image Velocimetry

    Open Source Particle Image Velocimetry

    Open Source Particle Image Velocimetry and PIV Analysis

    OpenPIV is an initiative of scientists to develop a software, algorithms and methods for the state-of-the-art experimental tool of Particle Image Velocimetry (PIV) which are free, open source, and easy to operate.
    Downloads: 0 This Week
    Last Update:
    See Project