All Projects → MRedies → NPY-for-Fortran

MRedies / NPY-for-Fortran

Licence: MIT License
A FORTRAN module to write Numpy's *.npy and *.npz files

Programming Languages

fortran
972 projects
CMake
9771 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to NPY-for-Fortran

Quaternion
Add built-in support for quaternions to numpy
Stars: ✭ 387 (+1190%)
Mutual labels:  physics, numpy
Spirit
Atomistic Spin Simulation Framework
Stars: ✭ 67 (+123.33%)
Mutual labels:  physics, scientific-computing
Pynamical
Pynamical is a Python package for modeling and visualizing discrete nonlinear dynamical systems, chaos, and fractals.
Stars: ✭ 458 (+1426.67%)
Mutual labels:  physics, numpy
Mobulaop
A Simple & Flexible Cross Framework Operators Toolkit
Stars: ✭ 161 (+436.67%)
Mutual labels:  numpy, scientific-computing
workshop
Workshop: Micromagnetics with Ubermag
Stars: ✭ 19 (-36.67%)
Mutual labels:  physics, scientific-computing
qnm
Python package for computing Kerr quasinormal mode frequencies, separation constants, and spherical-spheroidal mixing coefficients
Stars: ✭ 21 (-30%)
Mutual labels:  physics, scientific-computing
Core
The core source repository for the Cherab project.
Stars: ✭ 26 (-13.33%)
Mutual labels:  physics, scientific-computing
Python-Matematica
Explorando aspectos fundamentais da matemática com Python e Jupyter
Stars: ✭ 41 (+36.67%)
Mutual labels:  numpy, scientific-computing
Awesome Physics
🌌 A collaborative list of awesome software for exploring Physics concepts
Stars: ✭ 154 (+413.33%)
Mutual labels:  physics, scientific-computing
Galpy
Galactic Dynamics in python
Stars: ✭ 134 (+346.67%)
Mutual labels:  physics, scientific-computing
Numcpp
C++ implementation of the Python Numpy library
Stars: ✭ 2,031 (+6670%)
Mutual labels:  numpy, scientific-computing
fdtd
A 3D electromagnetic FDTD simulator written in Python
Stars: ✭ 195 (+550%)
Mutual labels:  physics, numpy
Eliot
Eliot: the logging system that tells you *why* it happened
Stars: ✭ 874 (+2813.33%)
Mutual labels:  numpy, scientific-computing
gcpy
Python toolkit for GEOS-Chem.
Stars: ✭ 34 (+13.33%)
Mutual labels:  numpy, scientific-computing
Datacube Core
Open Data Cube analyses continental scale Earth Observation data through time
Stars: ✭ 285 (+850%)
Mutual labels:  numpy, scientific-computing
Awesome Scientific Computing
😎 Curated list of awesome software for numerical analysis and scientific computing
Stars: ✭ 476 (+1486.67%)
Mutual labels:  physics, scientific-computing
DataSciPy
Data Science with Python
Stars: ✭ 15 (-50%)
Mutual labels:  numpy, scientific-computing
Espresso
The ESPResSo package
Stars: ✭ 130 (+333.33%)
Mutual labels:  physics, scientific-computing
PyRates
Open-source, graph-based Python code generator and analysis toolbox for dynamical systems (pre-implemented and custom models). Most pre-implemented models belong to the family of neural population models.
Stars: ✭ 33 (+10%)
Mutual labels:  numpy, scientific-computing
SciCompforChemists
Scientific Computing for Chemists text for teaching basic computing skills to chemistry students using Python, Jupyter notebooks, and the SciPy stack. This text makes use of a variety of packages including NumPy, SciPy, matplotlib, pandas, seaborn, NMRglue, SymPy, scikit-image, and scikit-learn.
Stars: ✭ 65 (+116.67%)
Mutual labels:  numpy, scientific-computing

NPY for Fortran

This Fortran module allows to save numerical Fortran arrays in Numpy's .npy or .npz format. Currently supported are:

1. integer(1), integer(2), integer(4), integer(8)
2. real(4), real(8)
3. complex(4), complex(8)

*.npy files

Saving an array into a .npy-file is simply done by calling:

call save_npy("filename.npy", array)

Pull requests are welcome!

I see many of you have created forks. Let's not scatter this library over 500 projects, let's work on one repo together.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].