The nanoHUB web site and related services will be down on Monday, January 12 from 9:00am-5:00pm EST for hardware upgrades. All tool sessions will be terminated. We apologize for any inconvenience.

Online Simulation

And More

Top 25 Tags (all tags)

  1. algorithms
  2. aqme
  3. carbon nanotubes
  4. course lecture
  5. cyberinfrastructure
  6. devices
  7. education/outreach
  8. experiments
  9. material science
  10. molecular electronics
  11. nano/bio
  12. nanobio applications
  13. nano electro-mechanical systems
  14. nanoelectronics
  15. nanomedicine
  16. nanophotonics
  17. nano-transistors
  18. nanowires
  19. NEGF
  20. quantum dots
  21. quantum transport
  22. research seminar
  23. transistors
  24. tutorial
  25. uIllinois

Other

Trouble Report

For immediate assistance browse through our support center. You can find answers to many questions in just a few minutes.

If still experiencing problems, send us a report.

Sending report ...

Schred Changes from 2.0 to 2.1

*********************************************************************************
*                                                                               *
*                                  SCHRED 2.1                                   *
*                                                                               *
*********************************************************************************

This file details the changes in version 2.1 from version 2.0.
All the features of version 2.0 have been kept in version 2.1.

Changes were made in the input file syntax.  The following features
were added to minimize syntax errors resulting from typos:

1.   The input file is now case insensitive.  For example, the
     previous voltage command was:

     voltage   Vmin[V]=0.0, Vmax[V]=3.0, Vstep[V]=0.1

     Now this can also be written in any of the following ways:

     VOLTAGE   VMIN[V]=0.0, VMAX[V]=3.0, VSTEP[V]=0.1	$ All upper case
     voltage   vmin[v]=0.0, vmax[v]=3.0, vstep[v]=0.1	$ All lower case
     voLTAge   vmin[v]=0.0, vMAX[v]=3.0, VSTEP[V]=0.1	$ Mixed case
     voltage   Vmin[V]=0.0, Vmax[V]=3.0, Vstep[V]=0.1	$ Old format is
                                                        $ ..also supported


2.   The units attached to the parameters may now be omitted.
     For example, the following:

     voltage   Vmin[V]=0.0, Vmax[V]=3.0, Vstep[V]=0.1	$ Old format

     May now be simply:

     voltage   Vmin=0.0, Vmax=3.0, Vstep=0.1	        $ All the units are omitted
     voltage   vmin[v]=0.0, vmax=3.0, vstep[v]=0.1	$ Mixed
     voltage   Vmin[V]=0.0, Vmax[V]=3.0, Vstep[V]=0.1	$ Old format still works



Also, in the output, the following features have been added:

1.   In the output file, the version number is printed, so the user
     knows which version was used.

2.   A new file, 2Files.dat, is generated which contains description
     about all the files that are generated by Schred 2.1.

--------------------------- Last Modified: Aug 20, 2001 ---------------------------