Simplified Integrated Architecture — unified simplified frameworks like SiaML, SiaNTT, SiaQBT and more.
Project description
SIA — Simplified Integrated Architecture
SIA (Simplified Integrated Architecture) by SIA SOFTWARE INNOVATIONS simplifies Python frameworks for learning and experimentation.
Modules
SiaNTT (sia.ntt) — Simplified Object/Entity model for OOP. SiaQBT (sia.qbt) — Educational Quantum Circuit Simulator. SiaCHI (sia.chi) — Chemical Analysis utility for molecular calculations and analysis (like molar mass).
Installation
pip install sia-script
Usage
As a Library (in Python scripts):
Example 1: Quantum Circuit (SiaQBT)
from sia.qbt import QuantumCircuit qc = QuantumCircuit(2).h(0).cnot(0, 1).run()
Example 2: Chemical Analysis (SiaCHI)
from sia.chi.analysis import ChemicalAnalysisUtility analysis = ChemicalAnalysisUtility() result = analysis.calculate_molar_mass("H2O") print(f"Molar Mass of H2O: {result} g/mol")
As an Interactive Command-Line Tool (CLI):
sia-qsim
Author
Naga Sai Durga Nagesh Founder, SIA SOFTWARE INNOVATIONS Email: sbvnagesh00@gmail.com
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sia_script-0.1.10.tar.gz.
File metadata
- Download URL: sia_script-0.1.10.tar.gz
- Upload date:
- Size: 26.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
93903fb760cf699446da0b76d6cf3b65827c5e350f8099b56a6603a5bdae887f
|
|
| MD5 |
adb4d3cdfb7758cce2dc9640807ad4f8
|
|
| BLAKE2b-256 |
f231535fc0a54449c26d510d7ef0c83e0f1bdf87eff289f31f438ab9f86fa8e6
|
File details
Details for the file sia_script-0.1.10-py3-none-any.whl.
File metadata
- Download URL: sia_script-0.1.10-py3-none-any.whl
- Upload date:
- Size: 26.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bee8236173b0e31c38ed551e7bcee58773db2f97155626a69c74f59ad8b0ff8c
|
|
| MD5 |
6d7d3cf890659563802837a39d161583
|
|
| BLAKE2b-256 |
a8f6a1335967ac944e3178c054e7216747cacf04524cbecf5e0dfbf0a515af5a
|