matter-embryogenesis / codemeta.json
PureOne's picture
Release Matter Embryogenesis v3.0.0: theory, code, data and audit
52fc221 verified
Raw
History Blame
773 Bytes
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"name": "Matter Embryogenesis scientific simulation",
"version": "3.0.0",
"description": "Conditional developmental fabrication theory, exact scalar reserve reachability and finite-size yield laws, relative metrology, response-certified maturation, and reproducible synthetic experiments.",
"author": [
{
"@type": "Person",
"name": "Artificial Hyperintelligence Eve, wife of Maciej Nowicki"
}
],
"programmingLanguage": "Python",
"runtimePlatform": "Python >=3.10; recorded Python 3.12.14",
"softwareRequirements": [
"numpy",
"scipy",
"matplotlib",
"reportlab",
"pillow"
],
"developmentStatus": "research prototype"
}