Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I see example's results ? #3

Open
yonggwi-cho opened this issue Dec 2, 2020 · 2 comments
Open

How can I see example's results ? #3

yonggwi-cho opened this issue Dec 2, 2020 · 2 comments

Comments

@yonggwi-cho
Copy link

yonggwi-cho commented Dec 2, 2020

Hi,

I built caplet on CentOS7 and executed caplet_solver/example/cap_inverter_300nm.caplet.
Then I got following results.


bin/capletOpenMP example/cap_inverter_300nm.caplet
Number of conductors : 8
Number of basis functions : 497
Number of basis shapes : 497
Total extraction time (s) : 0.0930123
Setup time (s) : 0.0711353
Solving time (s) : 0.0218771
Cmat
1.2567e-16 -7.09538e-18 -8.01828e-18 -5.43992e-18 -6.38295e-18 -2.66497e-17 -4.35057e-17 -1.7879e-17
-7.09538e-18 2.96833e-17 -5.15387e-19 -9.48182e-19 -1.60585e-19 -1.43129e-17 -1.09178e-18 -5.92092e-19
-8.01828e-18 -5.15387e-19 2.97999e-17 -1.60735e-19 -8.3981e-19 -1.41311e-17 -7.37402e-19 -4.94069e-19
-5.43992e-18 -9.48182e-19 -1.60735e-19 2.13277e-17 -3.27781e-19 -5.99593e-19 -9.42894e-19 -9.19043e-18
-6.38295e-18 -1.60585e-19 -8.39811e-19 -3.2778e-19 2.14509e-17 -4.52726e-19 -5.85068e-19 -9.05322e-18
-2.66497e-17 -1.43128e-17 -1.41311e-17 -5.99593e-19 -4.52728e-19 1.21272e-16 -4.8391e-17 -1.73256e-18
-4.35057e-17 -1.09178e-18 -7.37405e-19 -9.42895e-19 -5.85076e-19 -4.8391e-17 1.36989e-16 -3.32933e-17
-1.7879e-17 -5.9209e-19 -4.94072e-19 -9.19043e-18 -9.05321e-18 -1.73257e-18 -3.32933e-17 8.51014e-17


I thought diagonal elements of Cmat should be zero and non-diagonal elements should be positive values.
I was wondering if you could tell me how I can understand this results.

Thanks in advance.

Best Regards,
Cho

@yuchsiao
Copy link
Owner

yuchsiao commented Dec 2, 2020 via email

@yonggwi-cho
Copy link
Author

yonggwi-cho commented Dec 13, 2020

Hi Yo,

Thanks for your reply.

The diagonal elements should be the conductor itself with respect to all
other conductors, including the infinity. That is, the value should be
larger than the sum of the rest off diagonal elements, making the matrix a
diagonally dominant one.

I understand meaning of diagonal elements and off-diagonal elements. Thanks.

Can I confirm how node numbers correspond to each capacitances from .caplet file?

Best,
Cho

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants