Skip to content

Commit

Permalink
verified decimation technique implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabh-s-sawant committed Dec 2, 2024
1 parent 2b2cdc9 commit 65a925e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions input/negf/StewartFrancois2006/all_around_metal
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@ cnt.noneq_integration_pts = 100
cnt.write_at_iter = 1

### decimation technique
cnt.use_decimation=1
cnt.decimation_max_iter=50
cnt.decimation_rel_error=1e-5
cnt.decimation_layers=20
#cnt.use_decimation=1
#cnt.decimation_max_iter=50
#cnt.decimation_rel_error=1e-5
#cnt.decimation_layers=100
#####################################

0 comments on commit 65a925e

Please sign in to comment.