Giter VIP home page Giter VIP logo

chempars's Introduction

Plasma Emulator

The project is aimed to develop a C++ emulator for plasma physics calculations. And now, it is still in the early stage of development.

0. build pre-requisites

  • C++20 compiler
  • vcpkg
  • Addtionally, if you want to use Intel MKL, you need to install it and set the environment variable MKLROOT to the installation directory. And set USE_MKL_BACKEND=ON in cmake file (default is OFF).

1. submodules

1.1 chempars

a C++ library for parsing chemical equations and performing chemical calculations (only plasma, electrolysis).

In academia, we usually need to analyze particle reaction equations like this

$$ \mathrm{e} + \mathrm{Ar^+} \rightarrow \mathrm{Ar^*},\ 4.0\times10^{-13}\mathrm{T_e}^{-0.5}\ \mathrm{cm^{-3}s^{-1}} $$

The number after the formula refers to the threshold of the reaction.

the chemical equation displayed format is usually in the form of

e + Ar^+ -> Ar^*, 4.0e-13 cm^3/s

the text is part of file like toml, yaml or json usually.

1.2 common

a C++ library for common data structures and algorithms.

now it contains:

  • log
  • units calculate and convert system
  • config file parser
  • config argument data structure
  • some utils functions

chempars's People

Contributors

endingly avatar

Watchers

 avatar

chempars's Issues

Create a parser that can analyze particle reactions

The normal formula we need to parse is as follows:

The formula that we need to parse normally

Our ultimate goal is to be able to analyze the complete reactants and products, as well as the reaction threshold. And the currently envisioned string format is roughly: e + Ar -> e + Ar, 4e-13

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.