Giter VIP home page Giter VIP logo

costuum's Introduction

DOI

C++ T-Matrix code

Based on the T-matrix code by Mishchenko (https://www.giss.nasa.gov/staff/mmishchenko/t_matrix.html).

© Astronomical Observatory, Ghent University

The code and documentation in this repository is open source and freely available to the worldwide scientific community (see the license file in this repository). We invite you to use CosTuuM or other portions of this project in your work. If you do so, we kindly ask that you cite the relevant papers.

We also explicitly welcome your contributions to the project, as set out in our Guidelines for Contributing. A contribution can take many forms: asking a question, reporting a bug, suggesting a new feature, correcting or improving the documentation, writing a tutorial, fixing a bug, implementing a new class or a new module, and so on. Please adhere to our Code of Conduct to help maintain a constructive and open environment for all.

Third party libraries

CosTuuM includes code from the following third-party libraries:

  • QuickSched, a scheduler for task-based shared-memory parallelism (Gonnet et al., 2016), released under the GNU General Public License v3.0. The original license is included in the relevant subdirectory. Small changes were made to QuickSched to make it compatible with C++; these changes have been indicated in the relevant files.
  • CMacIonize, a Monte Carlo photoionization and radiation hydrodynamics code (Vandenbroucke & Wood, 2018), released under the same license as CosTuuM. Various files were copied from CMacIonize without changes; this has been indicated in these files.

Quick start guide

The code can be configured using CMake:

cmake <PATH TO SOURCE FOLDER>

we recommend an out-of-source configuration (where the build folder is either a subdirectory of the source folder or a folder that is outside the source folder). Once the configuration has succeeded, the code can be compiled using Make:

make -j <NUMBER OF THREADS TO USE>

The CosTuuM Python library can be installed for the current user using

make install

This will make it available from within Python, simply

import CosTuuM

costuum's People

Contributors

bwvdnbro avatar

Watchers

James Cloos 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.