Skip to content

A FORTRAN module to write Numpy's *.npy and *.npz files

License

Notifications You must be signed in to change notification settings

JuDFTteam/NPY-for-Fortran

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A FORTRAN module to write Numpy's *.npy and *.npz files

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Fortran 95.8%
  • CMake 2.7%
  • Python 1.5%