Skip to content

A tool for source-to-source transformations and operator overloading in Python

License

Notifications You must be signed in to change notification settings

PennyLaneAI/diastatic-malt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DiastaticMalt

DiastaticMalt is a tool for source-to-source transformations and operator overloading in Python, including the overloading built-in Python keywords. It can be utilized to transform regular Python code into a new form better suited for specific purposes, such as program capture.

The contents of DiastaticMalt are copied with modification from the TensorFlow project, in particular the AutoGraph module, under the Apache 2.0 license, allowing the use of AutoGraph functionality without depending on TensorFlow. The modifications made here may eventually be contributed to TensorFlow.

Installation

DiastaticMalt can be installed via pip:

pip install diastatic-malt

Contributing to DiastaticMalt

We welcome contributions — simply fork the DiastaticMalt repository, and then make a pull request containing your contribution.

We also encourage bug reports, suggestions for new features and enhancements.

Support

If you are having issues, please let us know by posting the issue on our GitHub issue tracker.

We also have a PennyLane discussion forum—come join the community and chat with the PennyLane team.

Note that we are committed to providing a friendly, safe, and welcoming environment for all. Please read and respect the Code of Conduct.

License

DiastaticMalt is free and open source, released under the Apache License, Version 2.0.

About

A tool for source-to-source transformations and operator overloading in Python

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published