GithubHelp home page GithubHelp logo

milanskocic / ecx Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 8.25 MB

Electrochemistry library

Home Page: https://milanskocic.github.io/ecx/

License: MIT License

C 6.26% Fortran 85.18% Makefile 5.58% Shell 2.98%
electrochemistry science fortran-language fortran-library fortran-package-manager fortran2008

ecx's Introduction

Introduction

ecx is a Fortran library providing formulas for electrochemistry. C API allows usage from C, or can be used as a basis for other wrappers. Python wrapper allows easy usage from Python.

To use ecx within your fpm <https://github.com/fortran-lang/fpm>_ project, add the following to your fpm.toml file:

    [dependencies]
    ecx = { git="https://github.com/MilanSkocic/ecx.git" }

Dependencies

gcc>=10
gfortran>=10
fpm>=0.7
codata>=1.0.0

Installation

A Makefile is provided, which uses fpm, for building the library.

  • On windows, msys2 needs to be installed. Add the msys2 binary (usually C:\msys64\usr\bin) to the path in order to be able to use make.
  • On Darwin, the gcc toolchain needs to be installed.

Build: the configuration file will set all the environment variables necessary for the compilation

    chmod +x configure.sh
    . ./configure.sh
    make

Run tests

    make test

Install

    make install

Uninstall

    make uninstall

License

MIT

ecx's People

Contributors

milanskocic avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.