Skip to content
View ChrisDavi3s's full-sized avatar
🐢
🐢
  • UK

Highlights

  • Pro
Block or Report

Block or report ChrisDavi3s

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. SimulationBenchmarks SimulationBenchmarks Public

    A script to simplify comparison of ASE calculator objects.

    Python

  2. DiffusionAnalysis DiffusionAnalysis Public

    A python package to analyse diffusive properties of an MD simulation.

    Python 2 1

  3. ArduinoAD8232ECG ArduinoAD8232ECG Public

    An open source arduino heart rate monitor based on the AD8232 with a graphical interface written in python.

    Python 8 6

  4. CompSimCW CompSimCW Public

    Python

  5. thunderlamp thunderlamp Public

    A simple Arduino controlled LED lamp. Led's dispersed throughout the model can flash to simulate lightning

    C++

  6. Rewrite of the ase LAMMPS dat file p... Rewrite of the ase LAMMPS dat file parser to yield 50-100x speedup and properly implement lazy loading and indexing
    1
    # All rights for ase belong to the owners at https://gitlab.com/ase/ase
    2
    # this is a partial rewrite of the original lammpsrun.py found at:
    3
    # https://gitlab.com/ase/ase/-/blob/master/ase/io/lammpsrun.py?ref_type=heads
    4
    # Modifcations made by Chris Davies. See ase merge request 
    5
    # https://gitlab.com/ase/ase/-/merge_requests/3354