Qucs-S 1.0.1
New features
- Added support for Verilog-A defined devices using Ngspice+OpenVAF #197. Old Qucsator+ADMS
workflow is marked as deprecated. Ngspice >=39 is required to support OpenVAF. - Implemented variable parameter sweep analysis #189
- Added possibility to build Qucs-S with Qt6 #190 The -DWITH=QT6=ON option for cmake is required.
The source code of the Qucs-S is Qt6 compatible now. Thanks @zergud ! - Simulator prefixes like "ngspice/" are not show anymore on plot traces if the plot contains data
from only one simulator #178
Component library
- Added TL071/TL072 opamp models
- Added 555_timer.lib library containing the 555 timer model
- Added extended BJT and Schottky diodes libraries
Bugfix and general improvements
- Change default RCL device values and simulation settings to prevent convergence error when putting
together device with default values #195 - Fixed auto-scaling issue on Windows 64-bit platform #133
Get source code and binaries
Source code
Download the source code file qucs-s-1.0.1.tar.gz
and build it with cmake
to try new Qucs-S.
Linux
- AppImage for all Linux distributions; download file
Qucs-S-v1.0.1.x86_64.AppImage
- DEB and RPM packages for Debian, Ubunut, Fedora, CentOS, openSUSE generated with OBS. Find the repository for your distribution here: https://software.opensuse.org/download.html?project=home%3Ara3xdh&package=qucs-s
Windows
Windows portable package could be downloaded as zipped distribution. Unpack and launch qucs-s.exe
from bin
subdirectory. Ngspice requires a separate installation. There is two windows packages available:
qucs_s_win64_1_0_1.zip
64-bit (x86_64) portable Windows version;qucs_s_win32_1_0_1.zip
32-bit (i686) portable Windows version;