Skip to content

Commit

Permalink
initialize npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
bahremsd committed Dec 16, 2024
1 parent a39ef99 commit c0bc264
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
13 changes: 13 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 31 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "tmmax",
"version": "1.0.0",
"description": "tmmax is a Python library for fast, precise simulations of multilayer thin films using JAX's advanced features like JIT compilation and GPU/TPU support. It streamlines the modeling of optical coatings for researchers and engineers.",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bahremsd/tmmax.git"
},
"keywords": [
"optics",
"photonics",
"tmm",
"jax",
"transfer-matrix-method",
"vectorization",
"optical-coatings"
],
"author": "Bahrem Serhat Danis",
"license": "MIT",
"bugs": {
"url": "https://github.com/bahremsd/tmmax/issues"
},
"homepage": "https://github.com/bahremsd/tmmax#readme"
}

0 comments on commit c0bc264

Please sign in to comment.