FaradayInstitution / BPX

BPX schema in pydantic and JSON schema format, and parsers
MIT License
25 stars 12 forks source link

Extend allowed operations in BPX functions #53

Open ejfdickinson opened 4 months ago

ejfdickinson commented 4 months ago

The use of BPX is currently limited by the restrictive set of mathematical operations that are allowed in FloatFunctionTable inputs.

The schema currently supports the following operations: *, /, -, +, **, exp, tanh.

Here are some suggestions: