jspice icon indicating copy to clipboard operation
jspice copied to clipboard

JSpice is a SPICE-inspired analog circuit simulator made in Java with an emphasis on simulating memristors and analog circuits containing memristors.

Results 8 jspice issues
Sort by recently updated
recently updated
newest added

I _think_ that if you have a voltage -> inductor -> capacitor -> ground, and the voltage toggles from 0V to 1V, the voltage between the inductor and capacitor should...

Bumps [slf4j-simple](https://github.com/qos-ch/slf4j) from 1.7.30 to 1.7.32. Commits See full diff in compare view [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=org.slf4j:slf4j-simple&package-manager=maven&previous-version=1.7.30&new-version=1.7.32)](https://dependabot.com/compatibility-score/?dependency-name=org.slf4j:slf4j-simple&package-manager=maven&previous-version=1.7.30&new-version=1.7.32) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

Bumps [assertj-core](https://github.com/assertj/assertj-core) from 3.18.1 to 3.20.2. Commits 089086c [maven-release-plugin] prepare release assertj-core-3.20.2 0fff0ce Restore explicit version for pitest-github-maven-plugin 9df530d Revert "[Breaking change] Align return types across assertions / assumptions ......

dependencies

Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.2.0 to 3.3.0. Commits aa3e12c [maven-release-plugin] prepare release maven-javadoc-plugin-3.3.0 55982df [MJAVADOC-584] excludePackageNames is not working as documented anymore e9729ce [MJAVADOC-453] Using Alternate Doclet documentation example snippet is...

dependencies

Bumps license-maven-plugin from 3.0 to 4.1. [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=com.mycila:license-maven-plugin&package-manager=maven&previous-version=3.0&new-version=4.1)](https://dependabot.com/compatibility-score/?dependency-name=com.mycila:license-maven-plugin&package-manager=maven&previous-version=3.0&new-version=4.1) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [junit](https://github.com/junit-team/junit4) from 4.13.1 to 4.13.2. Release notes Sourced from junit's releases. JUnit 4.13.2 Please refer to the release notes for details. Commits 05fe2a6 [maven-release-plugin] prepare release r4.13.2 ff57344 Add...

dependencies

I was wondering if component ids need to have a specific letter at the beginning because this: ``` NetlistBuilder generated = new NetlistBuilder() .addNetlistResistor("g1", 0, "c1", "0") .addNetlistResistor("g2", 0, "c2",...