Skip to content

Commit 960c6d7

Browse files
committed
work with devsim 1.0.0-rc1
1 parent 5889d06 commit 960c6d7

16 files changed

+93
-3521
lines changed

2dresult.pdf

-14 Bytes
Binary file not shown.

Electrons_1.5nm.pdf

-74 Bytes
Binary file not shown.

Electrons_3nm.pdf

-81 Bytes
Binary file not shown.

Holes_1.5nm.pdf

-88 Bytes
Binary file not shown.

Holes_3nm.pdf

-91 Bytes
Binary file not shown.

dg_physics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
from ds import *
15+
from devsim import *
1616
from model_create import *
1717

1818
contactcharge_node="contactcharge_node"

model_create.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
from ds import *
15+
from devsim import *
1616
debug = False
1717
def CreateSolution(device, region, name):
1818
'''

moscap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#### cap2.py
1717
#### tests physics of cap made of two insulating regions
1818
####
19-
from ds import *
19+
from devsim import *
2020
def make_moscap(device, interface_siox, region_ox, region_si, contact_ox, contact_si, tox, tsi, ox_material, si_material):
2121
'''
2222
need to generalize, but good enough for our examples

moscap2d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from ds import *
1+
from devsim import *
22
def instantiate(filename, device, interface_siox, region_ox, region_si, contact_ox, contact_si, ox_material, si_material):
33
create_gmsh_mesh (mesh=device, file=filename)
44
add_gmsh_region (mesh=device, gmsh_name="oxide", region=region_ox, material=ox_material)

moscap2d.tec

Lines changed: 11 additions & 9 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)