Skip to content

Latest commit

Β 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Theoretical Goal

PHCSystem aims to model the latent prime-harmonic field as a symbolic language with computational parity to complex numbers and Hilbert spaces. Its ultimate purpose is to either unlock the structure of the Riemann Zeta zeros, or go beyond with a fully original prime harmonic logic calculus.

Prime Harmonics Calculus (PHCSystem)

PHCSystem is a groundbreaking symbolic and geometric computational framework designed to explore the hidden architecture of prime numbers. This modular Java-based system combines symbolic logic, spectral prime operators, and dynamic zero-locator surfaces to investigate patterns potentially related to or transcending the Riemann Hypothesis.


πŸ“ Project Structure

/PHCSystem/ β”œβ”€β”€ phc-interpreter/ β”‚ └── src/ β”‚ β”œβ”€β”€ core/ β”‚ β”‚ β”œβ”€β”€ SpectralPrime.java β”‚ β”‚ β”œβ”€β”€ PrimeOperator.java β”‚ β”‚ β”œβ”€β”€ PrimeField.java β”‚ β”‚ └── PhiLattice.java β”‚ β”œβ”€β”€ engine/ β”‚ β”‚ β”œβ”€β”€ PHCInterpreter.java β”‚ β”‚ β”œβ”€β”€ SymbolicParser.java β”‚ β”‚ └── ExpressionNode.java β”‚ β”œβ”€β”€ logic/ β”‚ β”‚ β”œβ”€β”€ PHCLogicEvaluator.java β”‚ β”‚ └── Proposition.java β”‚ └── util/ β”‚ β”œβ”€β”€ ComplexUtils.java β”‚ └── Logger.java β”‚ └── Main.java β”œβ”€β”€ PHC-PrimeHarmonicsCalculus/ β”‚ └── src/ β”‚ β”œβ”€β”€ core/ β”‚ β”‚ └── PrimeField.java β”‚ β”‚ └── PHCInterpreter.java β”‚ β”œβ”€β”€ logic/ β”‚ β”‚ └── OmegaZeroLocator.java β”‚ β”œβ”€β”€ visual/ β”‚ β”‚ └── OmegaSurface.java β”‚ └── PHCLauncher.java └── pom.xml


πŸš€ Features

  • Symbolic Interpreter: Parse, transform, and evaluate abstract prime harmonic expressions.
  • Zero Locator: Dynamic geometric surface plotting of zeta-analogic structures.
  • Spectral Prime Operators: Advanced operators for prime field exploration.
  • Modular Engine: Designed to scale into mathematical logic and visualization layers.
  • High-Precision Complex Utilities: Custom utilities for arithmetic, roots, and convergence.
  • Custom Logging Engine: Thread-safe, color-coded, verbosity-controlled logs.
  • Maven Integration: Fully Mavenized project structure with multi-module compatibility.

πŸ› οΈ Build & Run

βœ… Prerequisites

  • Java 11+
  • Maven 3.6+

βš™οΈ Compile and Run

From the root of your repository:

mvn clean compile
mvn exec:java -Dexec.mainClass="Main"

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages